Skip to content

Commit d5dcaef

Browse files
committed
1 parent 1be7965 commit d5dcaef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/golang/golang.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
25-
<version>1.23.6</version>
25+
<version>1.24.0</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/golang</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/golang/tools/chocolateyInstall.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ $packageArgs = @{
33
packageName = $env:ChocolateyPackageName
44
unzipLocation = $root
55
fileType = 'msi'
6-
url = 'https://golang.org/dl/go1.23.6.windows-386.msi'
7-
checksum = 'd00024e8bb7c1d5dfc5dff6808968a43ced8a7c9b7aeddf406a26ff8a576f37b'
6+
url = 'https://golang.org/dl/go1.24.0.windows-386.msi'
7+
checksum = 'f07677013cd7861c5e16067b0a82144c23c4bf72c139c762e142440f4c926f61'
88
checksumType = 'SHA256'
9-
url64 = 'https://golang.org/dl/go1.23.6.windows-amd64.msi'
10-
checksum64 = 'd2a587cbf856ed3e8583378cb43259d8e5e2aa663a21049ad0254fe19c22569f'
9+
url64 = 'https://golang.org/dl/go1.24.0.windows-amd64.msi'
10+
checksum64 = '4e78016d889431eb16aa0f87868cf52479b90059791c94a4ff45872d0573089e'
1111
checksumType64= 'SHA256'
1212

1313
silentArgs = '/qn /norestart'

0 commit comments

Comments
 (0)