mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #8505 from roidelapluie/go115-relase-225
Pin go version for windows to go1.15
This commit is contained in:
commit
f0ae5f1584
|
@ -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