From 58b66c10e87c7791651d7b6fab957294ab65b46a Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Wed, 12 Aug 2020 18:31:53 -0400 Subject: [PATCH] pin the go version in chocolatey --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6dc0281b05..d710000483 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,7 @@ jobs: size: "medium" steps: - run: choco install make kustomize kubernetes-helm docker-compose - - run: choco update golang + - run: choco update golang --version=1.14.7 - run: go get -u gotest.tools/gotestsum - checkout # Check to make sure Windows binaries compile