Skip to content

Commit

Permalink
Merge branch 'master' into update-spire-agent-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
azdagron authored Dec 19, 2018
2 parents 0811653 + 6687457 commit f084e77
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.2
1.11.4
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare -r BUILD_DIR=${BUILD_DIR:-$PWD/.build-${OS1}-${ARCH1}}
declare -r BUILD_CACHE=${BUILD_CACHE:-$PWD/.cache}

# versioned binaries that we need for builds
declare -r GO_VERSION=${GO_VERSION:-1.11.2}
declare -r GO_VERSION=${GO_VERSION:-1.11.4}
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 f084e77

Please sign in to comment.