chore: updated golangci-lint

This commit is contained in:
Felipe M 2025-08-01 16:22:48 +02:00
parent 3b412a0a6b
commit f8e3266029
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A

View file

@ -5,7 +5,7 @@
## Install go tools ## Install go tools
install-go-tools: install-go-tools:
@echo Installing go tools @echo Installing go tools
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 $(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
$(GO) install gotest.tools/gotestsum@v1.7.0 $(GO) install gotest.tools/gotestsum@v1.7.0
## Runs eslint and golangci-lint ## Runs eslint and golangci-lint