mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 16:12:16 -04:00
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:
parent
6393b48929
commit
bdf7759eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue