Skip to content

Commit fcc84c3

Browse files
committed
travis: bump Android builder to Go 1.13.6
1 parent 6d200ef commit fcc84c3

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)