Skip to content

Commit 235a803

Browse files
author
udhos
committed
Update default version.
1 parent 846dcc9 commit 235a803

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

shellcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
shellcheck -e SC2153,SC2016 pre-commit sha256-update.sh update-golang.sh
3+
shellcheck -e SC2153,SC2016 shellcheck.sh pre-commit sha256-update.sh update-golang.sh

update-golang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ log_stdin() {
3232
release_list=https://golang.org/dl/
3333
source=https://storage.googleapis.com/golang
3434
destination=/usr/local
35-
release=1.11.3 ;# just the default. the script detects the latest available release.
35+
release=1.12.5 ;# just the default. the script detects the latest available release.
3636
arch_probe="uname -m"
3737

3838
os=$(uname -s | tr "[:upper:]" "[:lower:]")

update-golang.sh.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e9606dec554bc9f5003b810c124ac2af8ba571a4154b234bcaae167f1f7e2b7a update-golang.sh
1+
1c1d6699ea65b4ee213e32218bea25b1b1d52ab89e65b832200f65ab73109e3c update-golang.sh

0 commit comments

Comments
 (0)