mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-24 21:24:05 -08:00
Windows CI: downgrade golang
Latest releases has a change in behaviour or a bug: bash: go: command not found bash: line 1: go: command not found bash: line 1: go: command not found Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
41247b6950
commit
3ead3926d1
|
@ -60,7 +60,7 @@ jobs:
|
|||
# Temporary workaround until circleci updates go.
|
||||
shell: bash
|
||||
command: |
|
||||
choco upgrade -y golang
|
||||
choco install golang --version 1.15.7
|
||||
- run:
|
||||
shell: bash
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue