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.
1 parent acd243d commit 2e42b2bCopy full SHA for 2e42b2b
.travis.yml
@@ -148,7 +148,7 @@ jobs:
148
- sdkmanager "platform-tools" "platforms;android-15" "platforms;android-19" "platforms;android-24" "ndk-bundle"
149
150
# Install Go to allow building with
151
- - 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
152
- export PATH=`pwd`/go/bin:$PATH
153
- export GOROOT=`pwd`/go
154
- export GOPATH=$HOME/go
0 commit comments