You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-07-03 23:30:31 +02:00
Bump golangci-lint from 2.0.2 to 2.1.5
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -73,4 +73,4 @@ jobs:
|
|||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v7
|
uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
version: v2.0.2
|
version: v2.1.5
|
||||||
|
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ lint: tools ## Check the project with lint.
|
|||||||
|
|
||||||
.PHONY: tools
|
.PHONY: tools
|
||||||
tools: ## Install all needed tools, e.g.
|
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
|
.PHONY: help
|
||||||
help: ## Show help for each of the Makefile targets.
|
help: ## Show help for each of the Makefile targets.
|
||||||
|
Reference in New Issue
Block a user