Merge pull request #9351 from thaJeztah/update_golang_1.21.4

update to go1.21.5, go1.20.12
This commit is contained in:
Phil Estes
2023-12-07 10:39:24 -05:00
committed by GitHub
10 changed files with 12 additions and 12 deletions

View File

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