We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb0762 commit 9fb01f2Copy full SHA for 9fb01f2
1 file changed
.github/env/00-core.env
@@ -29,7 +29,8 @@ GO_PRIMARY_VERSION=1.24.x
29
GO_SECONDARY_VERSION=1.24.x
30
31
# Govulncheck-specific Go version for vulnerability scanning
32
-GOVULNCHECK_GO_VERSION=1.26.2
+# Use a patch-floating pattern so stdlib CVE fixes are picked up automatically
33
+GOVULNCHECK_GO_VERSION=1.26.x
34
35
# ================================================================================================
36
# 📦 GO MODULE CONFIGURATION
0 commit comments