Skip to content

Commit

Permalink
CI: Updated Go version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Aug 16, 2016
1 parent 20d1240 commit eab34f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:
GOPATH: "$HOME/.go_workspace"
DOCKER_DIR: "$HOME/docker_workspace"
PROJECT_DIR: "$GOPATH/src/$PACKAGE_PATH"
GODIST: "go1.6.2.linux-amd64.tar.gz"
GODIST: "go1.7.linux-amd64.tar.gz"
NATIVE_BINARY: "$CIRCLE_ARTIFACTS/centralconfig_linux_amd64"
post:
# Install the specified version of Go
Expand Down

0 comments on commit eab34f0

Please sign in to comment.