remove vet which seems to have been broken in golang v1.12

This commit is contained in:
Megan Marsh 2019-02-28 14:51:29 -08:00
parent 09df6a733d
commit 58f0b8c22e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ generate: deps ## Generate dynamically generated code
goimports -w common/bootcommand/boot_command.go goimports -w common/bootcommand/boot_command.go
gofmt -w command/plugin.go gofmt -w command/plugin.go
test: fmt-check mode-check vet ## Run unit tests test: fmt-check mode-check ## Run unit tests
@go test $(TEST) $(TESTARGS) -timeout=2m @go test $(TEST) $(TESTARGS) -timeout=2m
# testacc runs acceptance tests # testacc runs acceptance tests