Skip to content

Commit

Permalink
fix 'go vet' command
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed Nov 11, 2024
1 parent 6121326 commit 1754bcc
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 @@ -64,7 +64,7 @@ tidy: ## Tidy up go.mod and remove unused dependencies
lint: ## Lint the Go source files
@echo "Linting..."
golangci-lint run
goo vet ./...
go vet ./...


format: ## Format all Go source files
Expand Down

0 comments on commit 1754bcc

Please sign in to comment.