Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

goVet task fails with 'vet: invoking "go tool vet" directly is unsupported; use "go vet"' #287

Open
Nevoff89 opened this issue Apr 3, 2019 · 1 comment

Comments

@Nevoff89
Copy link

Nevoff89 commented Apr 3, 2019

go version go1.12.1 linux/amd64

plugins { id "com.github.blindpirate.gogradle" version "0.11.3" }

@marcofeltmann
Copy link

Seems like go tool vet is deprecated since Go 1.12 and go vet is the new and downward compatible fuzz:
https://go-review.googlesource.com/c/go/+/152161/3/doc/go1.12.html

Just created PR #293

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants