diff --git a/Makefile b/Makefile index 12728470..266997e3 100644 --- a/Makefile +++ b/Makefile @@ -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.1 run -v --fast .PHONY: test test: ## Run the tests against the codebase