From 2ddb76fc4831d1d790841fb4a23d6703ada1fd74 Mon Sep 17 00:00:00 2001 From: Preston Vasquez Date: Wed, 12 Nov 2025 10:36:10 -0700 Subject: [PATCH] Bump govulncheck to 1.25.3 --- etc/govulncheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/govulncheck.sh b/etc/govulncheck.sh index 23988f9df2..5eaa72f098 100755 --- a/etc/govulncheck.sh +++ b/etc/govulncheck.sh @@ -7,7 +7,7 @@ set -ex # Note: this needs to be updated if the listed Go version has vulnerabilities # discovered because they will show up in the scan results along with Go Driver # and dependency vulnerabilities. -GO_VERSION=1.25.1 +GO_VERSION=1.25.3 go install golang.org/dl/go$GO_VERSION@latest go${GO_VERSION} download