Skip to content

Commit cb8d5a6

Browse files
committed
go version upgrade tp 1.21
1 parent 51a71e7 commit cb8d5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jitpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- yes | android-sdk-linux/tools/bin/sdkmanager --licenses
1515
- set -o pipefail
1616
install:
17-
- wget https://storage.googleapis.com/golang/go1.20.linux-amd64.tar.gz
18-
- tar -C ~ -xzvf go1.20.linux-amd64.tar.gz
17+
- wget https://storage.googleapis.com/golang/go1.21.linux-amd64.tar.gz
18+
- tar -C ~ -xzvf go1.21.linux-amd64.tar.gz
1919
- export PATH="~/go/bin:$PATH"
2020
- ./gradlew build publishToMavenLocal

0 commit comments

Comments
 (0)