Update to Go 1.26.0/1.25.7

Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
Neil Twigg
2026-02-22 00:55:09 -08:00
committed by Zach Kelling
parent 06fa4f2b0e
commit 40d1f6819c
2 changed files with 3 additions and 3 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.25.7" }}
- GOTOOLCHAIN={{ envOrDefault "GORELEASER_TOOLCHAIN" "go1.26.0" }}
- GO111MODULE=on
- CGO_ENABLED=0
goos:
+2 -2
View File
@@ -1,8 +1,8 @@
module github.com/nats-io/nats-server/v2
go 1.24.0
go 1.25.0
toolchain go1.24.13
toolchain go1.25.7
require (
github.com/antithesishq/antithesis-sdk-go v0.5.0-default-no-op