From dda0077c198ef24a8b593ee6d5d0d5c9bc088190 Mon Sep 17 00:00:00 2001 From: udhos Date: Sat, 27 Feb 2021 23:31:00 -0300 Subject: [PATCH] Set default release to 1.16 --- update-golang.sh | 2 +- update-golang.sh.sha256 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update-golang.sh b/update-golang.sh index 883ca32..f0e75ff 100755 --- a/update-golang.sh +++ b/update-golang.sh @@ -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:]") diff --git a/update-golang.sh.sha256 b/update-golang.sh.sha256 index 9e64dbb..d3ab599 100644 --- a/update-golang.sh.sha256 +++ b/update-golang.sh.sha256 @@ -1 +1 @@ -2be4b5e4c0a482364dc89f1b31921713907818abb0f40fd695a947e9361af7e8 update-golang.sh +03d971339c91c18e1676116e71255a6c7cad468e1e07df33becd0d0c582d8ba6 update-golang.sh