Skip to content

Commit f9286d7

Browse files
authored
chore: bump Go toolchain to 1.26.5 for govulncheck (#69)
Fixes GO-2026-5856 (crypto/tls ECH privacy leak) and GO-2026-4970 (os symlink root escape), both resolved in the Go 1.26.5 standard library.
1 parent ca151b5 commit f9286d7

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/andrewkroh/fleetpkg-mcp
22

3-
go 1.26.4
3+
go 1.26.5
44

55
require (
66
github.com/andrewkroh/go-ecs v0.0.0-20260204044457-2d67483e976a

0 commit comments

Comments
 (0)