We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dedbc commit c88383bCopy full SHA for c88383b
update-golang.sh
@@ -32,7 +32,7 @@ log_stdin() {
32
release_list=https://golang.org/dl/
33
source=https://storage.googleapis.com/golang
34
destination=/usr/local
35
-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.
36
arch_probe="uname -m"
37
38
os=$(uname -s | tr "[:upper:]" "[:lower:]")
update-golang.sh.sha256
@@ -1 +1 @@
1
-1fc727b00f17c8a1181f32e77f8e3f05199889f1213e9c62e301c8732be01015 update-golang.sh
+14abf3b8d5c4048aba6e096f5493db7a97c50e05443076d75b28bb79265e2dd3 update-golang.sh
0 commit comments