Skip to content

Commit

Permalink
chore(deps): update module github.com/golangci/golangci-lint/cmd/gola…
Browse files Browse the repository at this point in the history
…ngci-lint to v1.59.1
  • Loading branch information
renovate-bot authored and mvisonneau committed Jul 1, 2024
1 parent b0056c4 commit 4e43ccb
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 @@ -11,7 +11,7 @@ fmt: ## Format source code

.PHONY: lint
lint: ## Run all lint related tests upon the codebase
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2 run -v --fast
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 run -v --fast

.PHONY: test
test: ## Run the tests against the codebase
Expand Down

0 comments on commit 4e43ccb

Please sign in to comment.