We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71ff4f commit 1c3895aCopy full SHA for 1c3895a
update-golang.sh
@@ -29,10 +29,10 @@ log_stdin() {
29
30
# defaults
31
#release_list=https://golang.org/doc/devel/release.html
32
-release_list=https://golang.org/dl/
+release_list=https://go.dev/dl/
33
source=https://storage.googleapis.com/golang
34
destination=/usr/local
35
-release=1.16.4 ;# just the default. the script detects the latest available release.
+release=1.17.8 ;# just the default. the script detects the latest available release.
36
arch_probe="uname -m"
37
38
os=$(uname -s | tr "[:upper:]" "[:lower:]")
update-golang.sh.sha256
@@ -1 +1 @@
1
-2cda4d3b21f46ae6f77deba5c0676a5dadb235bf07bbd1d90138eb37d76a35eb update-golang.sh
+0df3abcf0d37db02ecd6fa609992d7a4aa9dcda571bf364aae03c7d314424e34 update-golang.sh
0 commit comments