Skip to content

Commit

Permalink
bump golangci-lint to 1.54.0 for compatible go version
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Dec 14, 2023
1 parent 52cc899 commit 8fe3e45
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 @@ -58,7 +58,7 @@ fix: ## Fixup files in the repo.

.PHONY: setup-lint
setup-lint: ## Setup the lint
$(SCRIPTS_DIR)/fetch golangci-lint 1.53.3
$(SCRIPTS_DIR)/fetch golangci-lint 1.54.0

.PHONY: lint
lint: setup-lint ## Run the lint check
Expand Down

0 comments on commit 8fe3e45

Please sign in to comment.