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 99521f3 commit 68f9857Copy full SHA for 68f9857
make-aar
@@ -30,8 +30,8 @@ ls -ltr $ANDROID_HOME/**
30
31
if [ "$ARG1" = "go" ]; then
32
# download from go.dev/dl
33
- curl -Lso go.tar.gz https://go.dev/dl/go1.22.0.linux-amd64.tar.gz
34
- echo "f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265 go.tar.gz" | sha256sum -c -
+ curl -Lso go.tar.gz https://go.dev/dl/go1.22.2.linux-amd64.tar.gz
+ echo "5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17 go.tar.gz" | sha256sum -c -
35
36
# HOME=/home/jitpack
37
# PWD=/home/jitpack/build
0 commit comments