Skip to content

Commit

Permalink
Set default release to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Feb 28, 2021
1 parent 7c17043 commit dda0077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion update-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ log_stdin() {
release_list=https://golang.org/dl/
source=https://storage.googleapis.com/golang
destination=/usr/local
release=1.15.2 ;# just the default. the script detects the latest available release.
release=1.16 ;# 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 @@
2be4b5e4c0a482364dc89f1b31921713907818abb0f40fd695a947e9361af7e8 update-golang.sh
03d971339c91c18e1676116e71255a6c7cad468e1e07df33becd0d0c582d8ba6 update-golang.sh

0 comments on commit dda0077

Please sign in to comment.