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 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
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
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
|
||||
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.
|
||||
|
Reference in New Issue
Block a user