Merge pull request #7308 from dcantah/rm-mingw-downgrade

This commit is contained in:
Samuel Karp 2022-08-18 22:49:06 -07:00 committed by GitHub
commit f4a905109b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,14 +286,6 @@ jobs:
- run: script/setup/install-dev-tools
# There is currently an issue in the race detector in Go on Windows when
# used with a newer version of GCC. The issue was first reported here:
# https://github.com/golang/go/issues/46099
- name: Downgrade MinGW
shell: bash
run: |
choco install mingw --version 10.2.0 --allow-downgrade
- name: Binaries
env:
CGO_ENABLED: 1