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.
2 parents 71b7fa4 + 4d76367 commit 957d13aCopy full SHA for 957d13a
.evergreen/config.yml
@@ -625,6 +625,7 @@ tasks:
625
tags: ["static-analysis"]
626
commands:
627
- command: subprocess.exec
628
+ type: test
629
params:
630
binary: bash
631
args: [*task-runner, govulncheck]
etc/govulncheck.sh
@@ -7,7 +7,7 @@ set -ex
7
# Note: this needs to be updated if the listed Go version has vulnerabilities
8
# discovered because they will show up in the scan results along with Go Driver
9
# and dependency vulnerabilities.
10
-GO_VERSION=1.24.5
+GO_VERSION=1.25.1
11
12
go install golang.org/dl/go$GO_VERSION@latest
13
go${GO_VERSION} download
0 commit comments