This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Building with Go 1.12 fails with "go tool vet" directly is unsupported; use "go vet" #2486
Comments
I can run |
I just ran into this as well : looks like Go 1.12 is default in fedora 30. Also, Go vet is not happy with the
|
@jbtrystram |
secondsun
added a commit
to secondsun/enmasse
that referenced
this issue
Jun 28, 2019
Merged
PR with fix : #2951 |
k-wall
pushed a commit
that referenced
this issue
Jul 23, 2019
* fix: go tool vet does not work on Fedora 30 Fixes issue #2486 * updating changelog
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As noted in Go's release notes, go tool vet is no longer supported
We want to keep compatibility with Go 1.10 and Go 1.11 so we need the build system to work with all three.
It appears with Go 1.12 the vet arguments are different. It appear to scan for packages and finds system libraries.
The text was updated successfully, but these errors were encountered: