Skip to content

Commit

Permalink
remove vet which seems to have been broken in golang v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampDragons committed Feb 28, 2019
1 parent 09df6a7 commit 58f0b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f0b8c

Please sign in to comment.