Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit ed8e703

Browse files
committed
Makefile: Drop GO15VENDOREXPERIMENT
This became the default behavior in Go 1.6 and the switch was dropped in Go 1.7 [1]. We've required Go 1.8+ since at least 5538e7c (Update development.md to make it clear that only Go version 1.8 is supported now, 2017-11-16, #775), so there's no need to set the switch anymore. [1]: https://blog.golang.org/go1.7
1 parent fb44d33 commit ed8e703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export GO15VENDOREXPERIMENT:=1
21
export CGO_ENABLED:=0
32
export GOARCH:=amd64
43
export PATH:=$(PATH):$(PWD)

0 commit comments

Comments
 (0)