We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fee81 commit 654ed66Copy full SHA for 654ed66
.github/workflows/golangci-lint.yml
@@ -23,5 +23,5 @@ jobs:
23
go-version-file: go.mod
24
- uses: golangci/golangci-lint-action@v8
25
with:
26
- version: v2.3.0
+ version: v2.2.2
27
args: --verbose
Makefile
@@ -7,7 +7,7 @@ deps: ## install dependencies
7
go install mvdan.cc/gofumpt@latest
8
go install github.com/daixiang0/gci@latest
9
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
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.2.2
11
12
.PHONY: tidy
13
tidy: ## go mod tidy
0 commit comments