1
0
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:
Vasiliy Vasilyuk
2023-11-14 21:58:06 +03:00
parent 8c686cca5c
commit 0339ceb25b
2 changed files with 2 additions and 2 deletions

View File

@ -51,4 +51,4 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.53 version: v1.55.2

View File

@ -31,7 +31,7 @@ lint: tools ## Check the project with lint.
@golangci-lint run --fix ./... @golangci-lint run --fix ./...
tools: ## Install all needed tools, e.g. 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 .PHONY: help
help: ## Show help for each of the Makefile targets. help: ## Show help for each of the Makefile targets.