Skip to content

Commit

Permalink
Update default version.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed May 8, 2019
1 parent 846dcc9 commit 235a803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shellcheck.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion update-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:]")
Expand Down
2 changes: 1 addition & 1 deletion update-golang.sh.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e9606dec554bc9f5003b810c124ac2af8ba571a4154b234bcaae167f1f7e2b7a update-golang.sh
1c1d6699ea65b4ee213e32218bea25b1b1d52ab89e65b832200f65ab73109e3c update-golang.sh

0 comments on commit 235a803

Please sign in to comment.