File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ log_stdin() {
3232release_list=https://golang.org/dl/
3333source=https://storage.googleapis.com/golang
3434destination=/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.
3636arch_probe=" uname -m"
3737
3838os=$( uname -s | tr " [:upper:]" " [:lower:]" )
Original file line number Diff line number Diff line change 1- e9606dec554bc9f5003b810c124ac2af8ba571a4154b234bcaae167f1f7e2b7a update-golang.sh
1+ 1c1d6699ea65b4ee213e32218bea25b1b1d52ab89e65b832200f65ab73109e3c update-golang.sh
You can’t perform that action at this time.
0 commit comments