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 1bdd557 commit 4d76367Copy full SHA for 4d76367
.evergreen/config.yml
@@ -642,6 +642,7 @@ tasks:
642
tags: ["static-analysis"]
643
commands:
644
- command: subprocess.exec
645
+ type: test
646
params:
647
binary: bash
648
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