Browse Source

bump go to v1.9

Kyle Davis 7 years ago
parent
commit
e9648a6726
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gimmes/go

+ 1 - 1
gimmes/go

@@ -3,7 +3,7 @@ set -o errexit -o pipefail
 
 [[ "$GOROOT" ]]  ||  export GOROOT="$HOME/golang"
 [[ "$GOPATH" ]]  ||  export GOPATH="$HOME/go"
-PKG_VER="1.4.2"
+PKG_VER="1.9"
 
 gimme \
 	curl \