Merge pull request #8448 from roidelapluie/downgrade-go-windows

Windows CI: downgrade golang
This commit is contained in:
Julien Pivotto 2021-02-05 17:34:18 +01:00 committed by GitHub
commit ff40af2671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |