diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-03-23 00:49:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 00:49:50 +0800 |
commit | 1c1dc0e0fc41d871aa17377d407515f437d3a54d (patch) | |
tree | 86ac3ad0a9cdf683f347741e4adcd4f74c7522b0 /build/env.sh | |
parent | 6742fc526f3e1ae985d82a1781df4267485e2c70 (diff) | |
parent | c6e6f1fec26833bffc7dd0c9e346fa6579f66dff (diff) | |
download | dexon-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-x | build/env.sh | 3 |
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" |