From c7a2312994bb331717b8a9414debbde49d0c6667 Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot <12+s1d3sw1ped_bot@git.s1d3sw1ped.com> Date: Mon, 31 Aug 2026 15:15:48 -0500 Subject: [PATCH] Raise module Go version from EOL 1.23.0 to 1.26.0. govulncheck fails on stdlib crypto/tls and crypto/x509 findings (including GO-2025-4008 / CVE-2025-58189) that were never patched on 1.23. 1.26 is still a supported release. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c2d1097..8c20542 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module s1d3sw1ped/steamcache2 -go 1.23.0 +go 1.26.0 require ( github.com/docker/go-units v0.5.0