Skip to content

Commit

Permalink
.travis.yml: go1.19.5 for android builds (ethereum#26524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong authored and shekhirin committed Jun 6, 2023
1 parent acd243d commit 2e42b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- sdkmanager "platform-tools" "platforms;android-15" "platforms;android-19" "platforms;android-24" "ndk-bundle"

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

0 comments on commit 2e42b2b

Please sign in to comment.