chore(ci/deps): upgrade CI dependencies and fix linting issues (#136)

This commit is contained in:
2025-06-27 11:25:16 +01:00
committed by GitHub
parent 3cf1977def
commit 28ff28b29a
6 changed files with 85 additions and 70 deletions

View File

@@ -71,7 +71,7 @@ $(TOOLDIR)/$(1): Makefile
endef
$(eval $(call tool,gofumpt,mvdan.cc/gofumpt@latest))
$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61))
$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1))
$(eval $(call tool,gomod,github.com/Helcaraxan/gomod@latest))
.PHONY: tools