From bf2af0a6a8428acb90cb1e3ed6c779c983aaf7e6 Mon Sep 17 00:00:00 2001 From: Olof Mattsson Date: Thu, 27 Aug 2026 08:06:50 +0200 Subject: [PATCH] build: bump Go toolchain from 1.26.5 to 1.26.6 govulncheck fails on main: Go 1.26.5 stdlib has 4 vulnerabilities (GO-2026-5026, GO-2026-5972, GO-2026-6090, GO-2026-6218) in crypto/tls, net/http, net/url and encoding/asn1. All are fixed in Go 1.26.6. All workflows read the toolchain from cli/go.mod. Co-Authored-By: Claude Fable 5 --- cli/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/go.mod b/cli/go.mod index b23b19b..87a7d00 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -1,6 +1,6 @@ module github.com/omattsson/stackctl/cli -go 1.26.5 +go 1.26.6 require ( github.com/gorilla/websocket v1.5.3