Skip to content

Commit 1da9471

Browse files
Update to Go 1.24.3, set minimum to 1.23.9 (#6876)
Signed-off-by: Neil Twigg <neil@nats.io>
2 parents 323e97e + 3c9a20a commit 1da9471

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ builds:
2121
env:
2222
# This is the toolchain version we use for releases. To override, set the env var, e.g.:
2323
# GORELEASER_TOOLCHAIN="go1.22.8" TARGET='linux_amd64' goreleaser build --snapshot --clean --single-target
24-
- GOTOOLCHAIN={{ envOrDefault "GORELEASER_TOOLCHAIN" "go1.24.2" }}
24+
- GOTOOLCHAIN={{ envOrDefault "GORELEASER_TOOLCHAIN" "go1.24.3" }}
2525
- GO111MODULE=on
2626
- CGO_ENABLED=0
2727
goos:

.travis.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nats-io/nats-server/v2
22

33
go 1.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.23.9
66

77
require (
88
github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op

0 commit comments

Comments
 (0)