From deda8bb439f9ae831819a48242ee4401e6642451 Mon Sep 17 00:00:00 2001 From: Sean Liao Date: Mon, 1 Jul 2024 11:45:52 +0100 Subject: [PATCH] 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 Reviewed-by: Than McIntosh Reviewed-by: Zvonimir Pavlinovic --- cmd/govulncheck/doc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/govulncheck/doc.go b/cmd/govulncheck/doc.go index c3c4744a..d7ef2671 100644 --- a/cmd/govulncheck/doc.go +++ b/cmd/govulncheck/doc.go @@ -20,8 +20,6 @@ specified by the “go” command found on the PATH. For binaries, the build configuration is the one used to build the binary. Note that different build configurations may have different known vulnerabilities. -Govulncheck must be built with Go version 1.18 or later. - # Usage To analyze source code, run govulncheck from the module directory, using the