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 4098fda commit e4a7a17Copy full SHA for e4a7a17
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.25.3
+GO_VERSION=1.25.5
11
12
go install golang.org/dl/go$GO_VERSION@latest
13
go${GO_VERSION} download
0 commit comments