Merge pull request #11834 from austinvazquez/bump-golang-versions-05062025-in-ci

ci: bump golang [1.23.9, 1.24.3] in build and release
This commit is contained in:
Derek McGowan
2025-05-23 16:56:39 +00:00
committed by GitHub
9 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
# lived test environment.
Set-MpPreference -DisableRealtimeMonitoring:$true
$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.24.2"; make = ""; nssm = "" }
$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.24.3"; make = ""; nssm = "" }
Write-Host "Downloading chocolatey package"
curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'