Skip to content

Commit

Permalink
Remove last mention of GO15VENDOREXPERIMENT
Browse files Browse the repository at this point in the history
Since prometheus#2750[1] prometheus depends on go 1.8. go 1.7 enabled vendoring by
default and removes the corresponding variable[2], simplifying things a bit.

[1] prometheus#2750
[2] https://blog.golang.org/go1.7
  • Loading branch information
dlespiau committed Nov 13, 2017
1 parent 3cc01a3 commit 4fff98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GO ?= GO15VENDOREXPERIMENT=1 go
GO ?= go
GOFMT ?= $(GO)fmt
FIRST_GOPATH := $(firstword $(subst :, ,$(shell $(GO) env GOPATH)))
PROMU := $(FIRST_GOPATH)/bin/promu
Expand Down

0 comments on commit 4fff98f

Please sign in to comment.