You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
govulncheck (also see this blog post) can check Go dependencies for vulnerabilities. We should include it in our build.
The tool reports an issue in the http module of the Go runtime that is fixed in Go 1.20.6. So we also need to upgrade the Go version in the build. That is OK as downstream projects use Go 1.20.
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
The text was updated successfully, but these errors were encountered:
govulncheck (also see this blog post) can check Go dependencies for vulnerabilities. We should include it in our build.
The tool reports an issue in the http module of the Go runtime that is fixed in Go 1.20.6. So we also need to upgrade the Go version in the build. That is OK as downstream projects use Go 1.20.
The text was updated successfully, but these errors were encountered: