We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d200ef + fcc84c3 commit 4c8fcd9Copy full SHA for 4c8fcd9
.travis.yml
@@ -183,7 +183,7 @@ jobs:
183
git:
184
submodules: false # avoid cloning ethereum/tests
185
before_install:
186
- - curl https://dl.google.com/go/go1.13.linux-amd64.tar.gz | tar -xz
+ - curl https://dl.google.com/go/go1.13.6.linux-amd64.tar.gz | tar -xz
187
- export PATH=`pwd`/go/bin:$PATH
188
- export GOROOT=`pwd`/go
189
- export GOPATH=$HOME/go
0 commit comments