x/vuln/cmd/govulncheck: outdated go version requirements in doc.go #68256
Labels
Documentation
NeedsFix
The path to resolution is known, but the work has not been done.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
Milestone
Go version
go version go1.19.13 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
I think it should be installed, as on go1.21 (docker image golang:1.21) - it works fine there. It should be supported from 1.18 as it said here https://pkg.go.dev/golang.org/x/vuln@v1.1.2/cmd/govulncheck
I think it cuz of that: https://go.googlesource.com/vuln/+/f35edf848bf0f2b9cf411833c60f72cc49915487
Soo-o-o, it looks like we should fix documentation...
What did you expect to see?
installed package OR fixed documentation with requirements go >=1.21 :)
The text was updated successfully, but these errors were encountered: