mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 22:07:27 -08:00
Merge pull request #8448 from roidelapluie/downgrade-go-windows
Windows CI: downgrade golang
This commit is contained in:
commit
ff40af2671
|
@ -60,7 +60,7 @@ jobs:
|
||||||
# Temporary workaround until circleci updates go.
|
# Temporary workaround until circleci updates go.
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
choco upgrade -y golang
|
choco install golang --version 1.15.7
|
||||||
- run:
|
- run:
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in a new issue