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 from 2.0.2 to 2.1.5

This commit is contained in:
Vasiliy Vasilyuk
2025-05-03 08:38:36 +03:00
parent d4098e3b30
commit b3c059a0b5
2 changed files with 2 additions and 2 deletions

View File

@ -73,4 +73,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2
version: v2.1.5

View File

@ -33,7 +33,7 @@ lint: tools ## Check the project with lint.
.PHONY: tools
tools: ## Install all needed tools, e.g.
@go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.0.2
@go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.5
.PHONY: help
help: ## Show help for each of the Makefile targets.