Skip to content

Commit 91436b2

Browse files
build: bump Go toolchain to go1.25.11 (stdlib CVE fix) (#39)
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. No code changes. Co-authored-by: Manas Srivastava <[email protected]> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e4b33c3 commit 91436b2

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/provisioner
22

33
go 1.25.0
44

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

77
require (
88
github.com/go-redis/redismock/v9 v9.2.0

0 commit comments

Comments
 (0)