diff --git a/circle.yml b/circle.yml index 8a8d7dedcb..b211f2c977 100644 --- a/circle.yml +++ b/circle.yml @@ -5,7 +5,7 @@ machine: PROTOC: "https://github.com/google/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_64.zip" - GOVERSION: "1.8.4" + GOVERSION: "1.9.3" GOPATH: "$HOME/.go_workspace" WORKDIR: "$GOPATH/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"