From 6d2c849853d5f7439b86d579a2ef2e727f6e78de Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Oct 2017 23:42:49 +0200 Subject: [PATCH] Bump Go to 1.8.4 Bumps the Go version used to 1.8.4, which contains security fixes; https://groups.google.com/forum/#!topic/golang-announce/1hZYiemnkdE Signed-off-by: Sebastiaan van Stijn --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2f82302793..8799c4c7a2 100644 --- a/circle.yml +++ b/circle.yml @@ -5,7 +5,7 @@ machine: PROTOC: "https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip" - GOVERSION: "1.8.3" + GOVERSION: "1.8.4" GOPATH: "$HOME/.go_workspace" WORKDIR: "$GOPATH/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"