chore: Force previous version of mingw (#14035)

This commit is contained in:
Joshua Powers 2023-10-02 10:38:39 -06:00 committed by GitHub
parent 6b01384c6e
commit 65d0dc5b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ commands:
- run: rm -rf '/c/Program Files/Go'
- run: choco feature enable -n allowGlobalConfirmation
- run: 'sh ./scripts/installgo_windows.sh'
- run: choco install mingw
- run: choco install mingw --version=12.2.0.03042023
- run: go env
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
- when: