aboutsummaryrefslogtreecommitdiffstats
path: root/build/env.sh
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-23 00:49:50 +0800
committerGitHub <noreply@github.com>2017-03-23 00:49:50 +0800
commit1c1dc0e0fc41d871aa17377d407515f437d3a54d (patch)
tree86ac3ad0a9cdf683f347741e4adcd4f74c7522b0 /build/env.sh
parent6742fc526f3e1ae985d82a1781df4267485e2c70 (diff)
parentc6e6f1fec26833bffc7dd0c9e346fa6579f66dff (diff)
downloaddexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar
dexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.gz
dexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.bz2
dexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.lz
dexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.xz
dexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.zst
dexon-1c1dc0e0fc41d871aa17377d407515f437d3a54d.zip
Merge pull request #3808 from fjl/build-go-1.7
build: require Go >= 1.7
Diffstat (limited to 'build/env.sh')
-rwxr-xr-xbuild/env.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/env.sh b/build/env.sh
index af560305b..3914555d1 100755
--- a/build/env.sh
+++ b/build/env.sh
@@ -20,8 +20,7 @@ fi
# Set up the environment to use the workspace.
GOPATH="$workspace"
-GO15VENDOREXPERIMENT=1
-export GOPATH GO15VENDOREXPERIMENT
+export GOPATH
# Run the command inside the workspace.
cd "$ethdir/go-ethereum"