Skip to content

Commit 2e42b2b

Browse files
ucwongshekhirin
authored andcommitted
.travis.yml: go1.19.5 for android builds (ethereum#26524)
1 parent acd243d commit 2e42b2b

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
@@ -148,7 +148,7 @@ jobs:
148148
- sdkmanager "platform-tools" "platforms;android-15" "platforms;android-19" "platforms;android-24" "ndk-bundle"
149149

150150
# Install Go to allow building with
151-
- curl https://dl.google.com/go/go1.18.linux-amd64.tar.gz | tar -xz
151+
- curl https://dl.google.com/go/go1.19.5.linux-amd64.tar.gz | tar -xz
152152
- export PATH=`pwd`/go/bin:$PATH
153153
- export GOROOT=`pwd`/go
154154
- export GOPATH=$HOME/go

0 commit comments

Comments
 (0)