Skip to content

Commit

Permalink
Update release list url.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Mar 13, 2022
1 parent a71ff4f commit 1c3895a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions update-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ log_stdin() {

# defaults
#release_list=https://golang.org/doc/devel/release.html
release_list=https://golang.org/dl/
release_list=https://go.dev/dl/
source=https://storage.googleapis.com/golang
destination=/usr/local
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.
arch_probe="uname -m"

os=$(uname -s | tr "[:upper:]" "[:lower:]")
Expand Down
2 changes: 1 addition & 1 deletion update-golang.sh.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2cda4d3b21f46ae6f77deba5c0676a5dadb235bf07bbd1d90138eb37d76a35eb update-golang.sh
0df3abcf0d37db02ecd6fa609992d7a4aa9dcda571bf364aae03c7d314424e34 update-golang.sh

0 comments on commit 1c3895a

Please sign in to comment.