Skip to content

Commit 4c8fcd9

Browse files
authored
Merge pull request #20579 from karalabe/android-go-1.13.6
travis: bump Android builder to Go 1.13.6
2 parents 6d200ef + fcc84c3 commit 4c8fcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
git:
184184
submodules: false # avoid cloning ethereum/tests
185185
before_install:
186-
- curl https://dl.google.com/go/go1.13.linux-amd64.tar.gz | tar -xz
186+
- curl https://dl.google.com/go/go1.13.6.linux-amd64.tar.gz | tar -xz
187187
- export PATH=`pwd`/go/bin:$PATH
188188
- export GOROOT=`pwd`/go
189189
- export GOPATH=$HOME/go

0 commit comments

Comments
 (0)