From cfb48915bbbcd5fddabe58063429d06809c89436 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Thu, 9 Jul 2026 21:50:51 +0530 Subject: [PATCH] fix: bump Go to 1.26.5 to fix govulncheck stdlib vulns --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1745865..4eff62c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: "1.26.4" + GO_VERSION: "1.26.5" GOPROXY: "https://proxy.golang.org,direct" GOPRIVATE: "github.com/GrayCodeAI/*" GONOSUMDB: "github.com/GrayCodeAI/*"