Skip to content

Commit 1c3895a

Browse files
author
udhos
committed
Update release list url.
1 parent a71ff4f commit 1c3895a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

update-golang.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ log_stdin() {
2929

3030
# defaults
3131
#release_list=https://golang.org/doc/devel/release.html
32-
release_list=https://golang.org/dl/
32+
release_list=https://go.dev/dl/
3333
source=https://storage.googleapis.com/golang
3434
destination=/usr/local
35-
release=1.16.4 ;# just the default. the script detects the latest available release.
35+
release=1.17.8 ;# just the default. the script detects the latest available release.
3636
arch_probe="uname -m"
3737

3838
os=$(uname -s | tr "[:upper:]" "[:lower:]")

update-golang.sh.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2cda4d3b21f46ae6f77deba5c0676a5dadb235bf07bbd1d90138eb37d76a35eb update-golang.sh
1+
0df3abcf0d37db02ecd6fa609992d7a4aa9dcda571bf364aae03c7d314424e34 update-golang.sh

0 commit comments

Comments
 (0)