Skip to content

Commit d384644

Browse files
build: bump Go toolchain to go1.25.11 (stdlib CVE fix) (#40)
govulncheck/osv-scan flag the go1.25.10 stdlib CVEs (GO-2026-5038/5039) on master. Same one-line toolchain bump already landed on api, worker, and provisioner. No code changes. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2a515fc commit d384644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module instant.dev/common
22

33
go 1.25.0
44

5-
toolchain go1.25.10
5+
toolchain go1.25.11
66

77
require (
88
github.com/golang-jwt/jwt/v4 v4.5.2

0 commit comments

Comments
 (0)