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 <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2021-02-17 11:49:24 +01:00
parent 6393b48929
commit bdf7759eeb

View file

@ -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