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.63.3
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 31e59db commit 593fe6f
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 @@ -12,7 +12,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.62.2 run -v --fast
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.3 run -v --fast

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

0 comments on commit 593fe6f

Please sign in to comment.