From f7392fa18dcbdd5d2ae8b12187eb5a89bc06dbd4 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Thu, 9 Jul 2026 21:50:49 +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 159e08e..7a3e8a8 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/*"