Downgrade MinGW to version 10.2.0
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 Fixes #7104 Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -281,6 +281,14 @@ 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gabriel Adrian Samfira
					Gabriel Adrian Samfira