We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8771ad3 commit 33a0887Copy full SHA for 33a0887
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: setup-pre-commit-ci
2
setup-pre-commit-ci:
3
# renovate: datasource=github-releases depName=golangci/golangci-lint
4
- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6
+ go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.2.1
5
# renovate: datasource=github-releases depName=swaggo/swag
6
go install github.com/swaggo/swag/cmd/[email protected]
7
0 commit comments