From 840064b16a64badd53b6a3623c79c63b30a6b0e8 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Thu, 9 Jul 2026 21:50:52 +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 d2be0a8..9a9782b 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" jobs: # -------------------------------------------------------------------------