Skip to content

Commit

Permalink
Merge pull request typelevel#780 from azdagron/go-1-12
Browse files Browse the repository at this point in the history
Upgrade to go1.12
  • Loading branch information
azdagron authored Mar 4, 2019
2 parents e7ecc66 + 12e41bd commit 3591e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.5
1.12
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ declare -r BUILD_CACHE=${BUILD_CACHE:-$PWD/.cache}

# versioned binaries that we need for builds
export GO111MODULE=on
declare -r GO_VERSION=${GO_VERSION:-1.11.5}
declare -r GO_VERSION=${GO_VERSION:-1.12}
declare -r GO_URL="https://storage.googleapis.com/golang"
declare -r GO_TGZ="go${GO_VERSION}.${OS1}-${ARCH2}.tar.gz"
declare -r PROTOBUF_VERSION=${PROTOBUF_VERSION:-3.3.0}
Expand Down

0 comments on commit 3591e8d

Please sign in to comment.