Skip to content

Commit

Permalink
Update go version to 1.21.3 in fdroid-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 4, 2024
1 parent b6d20f0 commit e1b8bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/fdroid-build/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ rustup target add \
armv7-linux-androideabi

# Install golang
GOLANG_VERSION="1.18.5"
GOLANG_VERSION="1.21.3"
# Checksum from: https://golang.org/dl/
GOLANG_HASH="9e5de37f9c49942c601b191ac5fba404b868bfc21d446d6960acc12283d6e5f2"
GOLANG_HASH="1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8"
cd "$HOME"
curl -sf -L -o go.tgz https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz
echo "$GOLANG_HASH go.tgz" | sha256sum -c
Expand Down

0 comments on commit e1b8bb7

Please sign in to comment.