Skip to content

Commit e2e888f

Browse files
committed
1 parent c2d2c29 commit e2e888f

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.5</version>
25+
<version>1.23.6</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.5.windows-386.msi'
7-
checksum = '39962346d8d0cb0cc8716489ee33b08d7a220c24a9e45423487876dd4acbdac6'
6+
url = 'https://golang.org/dl/go1.23.6.windows-386.msi'
7+
checksum = 'd00024e8bb7c1d5dfc5dff6808968a43ced8a7c9b7aeddf406a26ff8a576f37b'
88
checksumType = 'SHA256'
9-
url64 = 'https://golang.org/dl/go1.23.5.windows-amd64.msi'
10-
checksum64 = '03e11a988a18ad7e3f9038cef836330af72ba0a454a502cda7b7faee07a0dd8a'
9+
url64 = 'https://golang.org/dl/go1.23.6.windows-amd64.msi'
10+
checksum64 = 'd2a587cbf856ed3e8583378cb43259d8e5e2aa663a21049ad0254fe19c22569f'
1111
checksumType64= 'SHA256'
1212

1313
silentArgs = '/qn /norestart'

0 commit comments

Comments
 (0)