From 235a803f134f55c58b9a45e1e669854bc1a64709 Mon Sep 17 00:00:00 2001 From: udhos Date: Wed, 8 May 2019 12:07:19 -0300 Subject: [PATCH] Update default version. --- shellcheck.sh | 2 +- update-golang.sh | 2 +- update-golang.sh.sha256 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shellcheck.sh b/shellcheck.sh index 71e26ef..4a0a346 100755 --- a/shellcheck.sh +++ b/shellcheck.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -shellcheck -e SC2153,SC2016 pre-commit sha256-update.sh update-golang.sh +shellcheck -e SC2153,SC2016 shellcheck.sh pre-commit sha256-update.sh update-golang.sh diff --git a/update-golang.sh b/update-golang.sh index c8b71bb..0a82b01 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.11.3 ;# just the default. the script detects the latest available release. +release=1.12.5 ;# 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 f45f088..b134ae2 100644 --- a/update-golang.sh.sha256 +++ b/update-golang.sh.sha256 @@ -1 +1 @@ -e9606dec554bc9f5003b810c124ac2af8ba571a4154b234bcaae167f1f7e2b7a update-golang.sh +1c1d6699ea65b4ee213e32218bea25b1b1d52ab89e65b832200f65ab73109e3c update-golang.sh