Skip to content

Commit 4d76367

Browse files
authored
Update govulncheck Go version and mark the command as type 'test'. (#2208)
1 parent 1bdd557 commit 4d76367

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ tasks:
642642
tags: ["static-analysis"]
643643
commands:
644644
- command: subprocess.exec
645+
type: test
645646
params:
646647
binary: bash
647648
args: [*task-runner, govulncheck]

etc/govulncheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -ex
77
# Note: this needs to be updated if the listed Go version has vulnerabilities
88
# discovered because they will show up in the scan results along with Go Driver
99
# and dependency vulnerabilities.
10-
GO_VERSION=1.24.5
10+
GO_VERSION=1.25.1
1111

1212
go install golang.org/dl/go$GO_VERSION@latest
1313
go${GO_VERSION} download

0 commit comments

Comments
 (0)