Skip to content

Commit ad38950

Browse files
authored
sync: bump govulncheck to 1.26.2 and coverage to v1.3.8 (#256)
1 parent d1b4448 commit ad38950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/env/00-core.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.1
32+
GOVULNCHECK_GO_VERSION=1.26.2
3333

3434
# ================================================================================================
3535
# 📦 GO MODULE CONFIGURATION

.github/env/10-coverage.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GO_COVERAGE_PROVIDER=internal
3232
CODECOV_TOKEN_REQUIRED=false
3333

3434
# Go Coverage Tool Version
35-
GO_COVERAGE_VERSION=v1.3.7
35+
GO_COVERAGE_VERSION=v1.3.8
3636
GO_COVERAGE_USE_LOCAL=false
3737

3838
# ================================================================================================

0 commit comments

Comments
 (0)