Skip to content

Commit 654ed66

Browse files
committed
chore: downgrade golangci-lint to v2.2.2
1 parent 18fee81 commit 654ed66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
go-version-file: go.mod
2424
- uses: golangci/golangci-lint-action@v8
2525
with:
26-
version: v2.3.0
26+
version: v2.2.2
2727
args: --verbose

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps: ## install dependencies
77
go install mvdan.cc/gofumpt@latest
88
go install github.com/daixiang0/gci@latest
99
go install golang.org/x/tools/cmd/goimports@latest
10-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.3.0
10+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.2.2
1111

1212
.PHONY: tidy
1313
tidy: ## go mod tidy

0 commit comments

Comments
 (0)