Skip to content

Commit 957d13a

Browse files
Merge release/2.3 into master (#2210)
Merge release/2.3 into master
2 parents 71b7fa4 + 4d76367 commit 957d13a

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
@@ -625,6 +625,7 @@ tasks:
625625
tags: ["static-analysis"]
626626
commands:
627627
- command: subprocess.exec
628+
type: test
628629
params:
629630
binary: bash
630631
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)