Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
update golang to 1.17.6 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-bilibili committed Feb 10, 2022
1 parent 09870e9 commit 3ba1b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e
NDK_VERSION_IF_MISSING=r23b
GOST_VERSION=2.11.1
GOLANG_VERSION=1.13.8
GOLANG_VERSION=1.17.6
cd $( cd "$( dirname "$0" )" && pwd )
if [ ! -e build ]
then
Expand Down

0 comments on commit 3ba1b03

Please sign in to comment.