Skip to content

Commit

Permalink
AU: 1 updated - go
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Dec 4, 2024
1 parent dff32f9 commit b2df80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/go/go.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>1.23.3</version>
<version>1.23.4</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/go</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down Expand Up @@ -63,7 +63,7 @@ Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_INCLUSIVE]" /> -->
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->
<!-- <dependency id="" /> -->
<dependency id="golang" version="1.23.3" />
<dependency id="golang" version="1.23.4" />
<!-- <dependency id="chocolatey-uninstall.extension" /> -->
</dependencies>
<!-- 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. -->
Expand Down

0 comments on commit b2df80e

Please sign in to comment.