chore: bump Go toolchain to 1.26.2 to fix stdlib vulnerabilities
Fixes govulncheck failures for GO-2026-4867, GO-2026-4868, GO-2026-4869, GO-2026-4866, GO-2026-4865. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Yechan Kim committed
Apr 8, 2026 at 21:04 UTC
39e01129095b49c9b87e4638d253f8b612b99e14
1 file changed
+1
-1
go.mod
+1
-1
@@ -1,6 +1,6 @@
1
module github.com/gosuda/portal-tunnel/v2
2
3
-go 1.26.1
3
+go 1.26.2
4
5
require (
6
cloud.google.com/go/compute/metadata v0.9.0