Skip to content

Commit db01901

Browse files
GODRIVER-3692 Bump govulncheck to 1.25.3 (#2236)
1 parent f2b8459 commit db01901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.25.1
10+
GO_VERSION=1.25.3
1111

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

0 commit comments

Comments
 (0)