Update to Go 1.26.3/1.25.10

Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
Neil Twigg
2026-05-07 17:34:06 +01:00
parent bac58c18e8
commit 702172be89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ builds:
env:
# This is the toolchain version we use for releases. To override, set the env var, e.g.:
# GORELEASER_TOOLCHAIN="go1.22.8" TARGET='linux_amd64' goreleaser build --snapshot --clean --single-target
- GOTOOLCHAIN={{ envOrDefault "GORELEASER_TOOLCHAIN" "go1.26.2" }}
- GOTOOLCHAIN={{ envOrDefault "GORELEASER_TOOLCHAIN" "go1.26.3" }}
- GO111MODULE=on
- CGO_ENABLED=0
goos:
+1 -1
View File
@@ -2,7 +2,7 @@ module github.com/nats-io/nats-server/v2
go 1.25.0
toolchain go1.25.9
toolchain go1.25.10
require (
github.com/antithesishq/antithesis-sdk-go v0.7.0-default-no-op