We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4098e3 commit b3c059aCopy full SHA for b3c059a
.github/workflows/go.yml
@@ -73,4 +73,4 @@ jobs:
73
- name: golangci-lint
74
uses: golangci/golangci-lint-action@v7
75
with:
76
- version: v2.0.2
+ version: v2.1.5
Makefile
@@ -33,7 +33,7 @@ lint: tools ## Check the project with lint.
33
34
.PHONY: tools
35
tools: ## Install all needed tools, e.g.
36
- @go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.0.2
+ @go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.5
37
38
.PHONY: help
39
help: ## Show help for each of the Makefile targets.
0 commit comments