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
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -51,4 +51,4 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.53
|
||||
version: v1.55.2
|
||||
|
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