-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted
Milestone
Description
What version of Go are you using (go version
)?
go1.19.1
Does this issue reproduce with the latest release?
yes
What did you do?
$ go1.19.1 help vet
[...]
For example, the 'shadow' analyzer can be built and run using these commands:
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
go vet -vettool=$(which shadow)
[...]
What did you expect to see?
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
What did you see instead?
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
It's probably enough to add @latest
to https://github.com/golang/go/blob/go1.19.1/src/cmd/go/internal/vet/vet.go#L45
Or rather to https://github.com/golang/go/blob/master/src/cmd/go/internal/vet/vet.go#L45
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted