Skip to content

Commit 19ab8de

Browse files
committed
chore(deps): bump Go to 1.26.4 (GO-2026-5039, GO-2026-5037)
govulncheck flagged two stdlib vulns present in go1.26.3, both fixed in go1.26.4: GO-2026-5039 (net/textproto unescaped input in errors) and GO-2026-5037 (crypto/x509 inefficient hostname parsing). Bump the go directive so setup-go provisions the fixed toolchain.
1 parent 1e1fb20 commit 19ab8de

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 github.com/0-draft/mcp-authzen
22

3-
go 1.26.3
3+
go 1.26.4
44

55
require github.com/mark3labs/mcp-go v0.54.1
66

0 commit comments

Comments
 (0)