Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/govulncheck: remove line about go version requirements
Use the go directive in go.mod as the single source of truth for the required Go version for installing golvulncheck. Updates golang/go#68034 Fixes golang/go#68256 Change-Id: Ief445ffa40282feff6a97419b48dc6290071d971 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/595935 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
- Loading branch information
deda8bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is one more line
Govulncheck only reads binaries compiled with Go 1.18 and later.
deda8bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this is related to binary analysis done by govulncheck, not building govulncheck.
This line might change in the near future, but for very different reasons.
deda8bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, ok, thanks :)