From fe93f878ab66062a7e2e095dd82b3ce700e8b934 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Wed, 8 Apr 2026 10:57:13 -0400 Subject: [PATCH] sync: bump govulncheck to 1.26.2 and coverage to 1.3.8 --- .github/env/00-core.env | 2 +- .github/env/10-coverage.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/env/00-core.env b/.github/env/00-core.env index 70e0ac8..f4b19e8 100644 --- a/.github/env/00-core.env +++ b/.github/env/00-core.env @@ -29,7 +29,7 @@ GO_PRIMARY_VERSION=1.24.x GO_SECONDARY_VERSION=1.24.x # Govulncheck-specific Go version for vulnerability scanning -GOVULNCHECK_GO_VERSION=1.26.1 +GOVULNCHECK_GO_VERSION=1.26.2 # ================================================================================================ # 📦 GO MODULE CONFIGURATION diff --git a/.github/env/10-coverage.env b/.github/env/10-coverage.env index a3049b7..93d4daf 100644 --- a/.github/env/10-coverage.env +++ b/.github/env/10-coverage.env @@ -32,7 +32,7 @@ GO_COVERAGE_PROVIDER=internal CODECOV_TOKEN_REQUIRED=false # Go Coverage Tool Version -GO_COVERAGE_VERSION=v1.3.7 +GO_COVERAGE_VERSION=v1.3.8 GO_COVERAGE_USE_LOCAL=false # ================================================================================================