Skip to content

Commit

Permalink
Defaults to 1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Sep 17, 2019
1 parent 49dedbc commit c88383b
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.12.7 ;# just the default. the script detects the latest available release.
release=1.13 ;# 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 @@
1fc727b00f17c8a1181f32e77f8e3f05199889f1213e9c62e301c8732be01015 update-golang.sh
14abf3b8d5c4048aba6e096f5493db7a97c50e05443076d75b28bb79265e2dd3 update-golang.sh

0 comments on commit c88383b

Please sign in to comment.