From bdf7759eeb23ae42bdef18bbf19c079eda83d24e Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 17 Feb 2021 11:49:24 +0100 Subject: [PATCH] Pin go version for windows to go1.15 Tests are failing with go 1.16 at the moment, and by default we test with latest go version. https://github.com/prometheus/prometheus/issues/8403 Signed-off-by: Julien Pivotto --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4cfbc950..552fa884c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: - run: # Temporary workaround until circleci updates go. command: | - choco upgrade -y golang + choco upgrade -y golang --version=1.15.8 - run: command: refreshenv