mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-25 16:18:28 -04:00
remove vet which seems to have been broken in golang v1.12
This commit is contained in:
parent
09df6a733d
commit
58f0b8c22e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -101,7 +101,7 @@ generate: deps ## Generate dynamically generated code
|
|||
goimports -w common/bootcommand/boot_command.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
|
||||
|
||||
# testacc runs acceptance tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue