Skip to content

Commit 68f9857

Browse files
committed
jitpack: go1.22.2
1 parent 99521f3 commit 68f9857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make-aar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ ls -ltr $ANDROID_HOME/**
3030

3131
if [ "$ARG1" = "go" ]; then
3232
# 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 -
33+
curl -Lso go.tar.gz https://go.dev/dl/go1.22.2.linux-amd64.tar.gz
34+
echo "5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17 go.tar.gz" | sha256sum -c -
3535

3636
# HOME=/home/jitpack
3737
# PWD=/home/jitpack/build

0 commit comments

Comments
 (0)