Skip to content

Commit b4879cc

Browse files
Vonngclaude
andcommitted
require go 1.26.5
setup-go installs exactly the version in the go directive, so the CI toolchain was 1.26.2 and govulncheck reported five standard library vulnerabilities reachable from server.Serve, cli fetches and pgx dialing (GO-2026-5037, GO-2026-4971, GO-2026-4918 among them). All are fixed in 1.26.3/1.26.4; 1.26.5 is the current release and scans clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 2461b35 commit b4879cc

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
@@ -1,6 +1,6 @@
11
module pgext
22

3-
go 1.26.2
3+
go 1.26.5
44

55
require (
66
github.com/jackc/pgx/v5 v5.10.0

0 commit comments

Comments
 (0)