Skip to content

Commit 9fb01f2

Browse files
committed
Fix govulncheck version
1 parent 9bb0762 commit 9fb01f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/env/00-core.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ GO_PRIMARY_VERSION=1.24.x
2929
GO_SECONDARY_VERSION=1.24.x
3030

3131
# Govulncheck-specific Go version for vulnerability scanning
32-
GOVULNCHECK_GO_VERSION=1.26.2
32+
# Use a patch-floating pattern so stdlib CVE fixes are picked up automatically
33+
GOVULNCHECK_GO_VERSION=1.26.x
3334

3435
# ================================================================================================
3536
# 📦 GO MODULE CONFIGURATION

0 commit comments

Comments
 (0)