Skip to content

Commit b05a443

Browse files
committed
1 parent 54a8275 commit b05a443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automatic/go/go.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- 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. -->
24-
<version>1.24.0</version>
24+
<version>1.24.1</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/go</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>
@@ -62,7 +62,7 @@ Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make
6262
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_INCLUSIVE]" /> -->
6363
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->
6464
<!-- <dependency id="" /> -->
65-
<dependency id="golang" version="1.24.0" />
65+
<dependency id="golang" version="1.24.1" />
6666
<!-- <dependency id="chocolatey-uninstall.extension" /> -->
6767
</dependencies>
6868
<!-- chocolatey-uninstall.extension - If supporting 0.9.9.x (or below) and including a chocolateyUninstall.ps1 file to uninstall an EXE/MSI, you probably want to include chocolatey-uninstall.extension as a dependency. Please verify whether you are using a helper function from that package. -->

0 commit comments

Comments
 (0)