You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Bump golangci-lint to v1.55.2
This commit is contained in:
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ lint: tools ## Check the project with lint.
|
||||
@golangci-lint run --fix ./...
|
||||
|
||||
tools: ## Install all needed tools, e.g.
|
||||
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.2
|
||||
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
|
||||
|
||||
.PHONY: help
|
||||
help: ## Show help for each of the Makefile targets.
|
||||
|
Reference in New Issue
Block a user