_scripts: un-pin mingw version (#3046)

The version of mingw was pinned to 10.2.0 because mingw 11 started
using DWARFv5, which wasn't supported by Go 1.17. We are now testing
only 1.18 and 1.19 and both support DWARFv5 correctly.
This commit is contained in:
Alessandro Arzilli 2022-07-11 23:48:51 +02:00 committed by GitHub
parent 3fb2d49829
commit 6aa54c5c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ Set-MpPreference -DisableRealtimeMonitoring $true
#Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Install MinGW.
choco install -y mingw --version 10.2.0
choco install -y mingw
# Install Procdump
if (-Not(Test-Path "C:\procdump"))