mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08: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
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
# Temporary workaround until circleci updates go.
|
# Temporary workaround until circleci updates go.
|
||||||
command: |
|
command: |
|
||||||
choco upgrade -y golang
|
choco upgrade -y golang --version=1.15.8
|
||||||
- run:
|
- run:
|
||||||
command:
|
command:
|
||||||
refreshenv
|
refreshenv
|
||||||
|
|
Loading…
Reference in a new issue