Skip to content

Commit df9424b

Browse files
committed
1 parent ad55fac commit df9424b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/golang/golang.nuspec

Lines changed: 1 addition & 1 deletion
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.20.1</version>
25+
<version>1.20.3</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

Lines changed: 4 additions & 4 deletions
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.20.1.windows-386.msi'
7-
checksum = 'f7bbd90ea7de3af63b9c3a2ef8bc0533c06a06fe8a803108416fda5fb6addf60'
6+
url = 'https://golang.org/dl/go1.20.3.windows-386.msi'
7+
checksum = '9b7d44c4c4d50c386f81fcebfa48ffa792ddd12e54781321834259754ec2e374'
88
checksumType = 'SHA256'
9-
url64 = 'https://golang.org/dl/go1.20.1.windows-amd64.msi'
10-
checksum64 = 'f06fdfa56f3aba62cbf80dacddbcc1150f4990cc117a9477047d3a3529ee3e80'
9+
url64 = 'https://golang.org/dl/go1.20.3.windows-amd64.msi'
10+
checksum64 = '233e9ed046d5664131328a5a7e7f6dc0a4ab6d3fa0d17f8fc655a4a5bfef572d'
1111
checksumType64= 'SHA256'
1212

1313
silentArgs = '/qn /norestart'

0 commit comments

Comments
 (0)