$ go list -f '{{ .Version }}' miniflux.app@686dd92cb9e486c41f407e93d2e10f6b4609f778
package miniflux.app@686dd92cb9e486c41f407e93d2e10f6b4609f778: can only use path@version syntax with 'go get' and 'go install'in module-aware mode
What did you expect to see?
An error message telling me I may have wanted go list -m ...
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
An error message telling me I may have wanted
go list -m ...
What did you see instead?
Error message only mentions
go get
andgo install
cc @bcmills @matloob
The text was updated successfully, but these errors were encountered: