Skip to content

Commit cb8b5e3

Browse files
committed
1 parent d5dcaef commit cb8b5e3

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
@@ -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/go</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>
@@ -63,7 +63,7 @@ Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make
6363
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_INCLUSIVE]" /> -->
6464
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->
6565
<!-- <dependency id="" /> -->
66-
<dependency id="golang" version="1.23.6" />
66+
<dependency id="golang" version="1.24.0" />
6767
<!-- <dependency id="chocolatey-uninstall.extension" /> -->
6868
</dependencies>
6969
<!-- 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)