Skip to content

Commit 52d854d

Browse files
committed
Revert "workflows: Downgrade mingw to workaround Windows failure"
This reverts commit 1b6bf22. Previously we were downgrading mingw to work around an issue in the race detector in Go on Windows when used with a newer version of GCC. The issue was first reported here: golang/go#46099 The issue is reported to be fixed after go 1.19 was released
1 parent 0c7c896 commit 52d854d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/make-check-win.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
go:
1717
- 1.19
1818
steps:
19-
- name: Downgrade mingw to workaround https://github.com/golang/go/issues/46099
20-
run: choco install mingw --version 10.2.0 --allow-downgrade
2119
- name: Check out repository code
2220
uses: actions/checkout@v3
2321
- name: Set up Go

0 commit comments

Comments
 (0)