We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4446115 commit 454e599Copy full SHA for 454e599
2 files changed
.github/workflows/test.yaml
@@ -40,9 +40,9 @@ jobs:
40
with:
41
go-version: 1.19
42
43
- - name: Lint with golanci-lint
+ - name: Lint with golangci-lint
44
uses: golangci/golangci-lint-action@v6
45
46
# version of golangci-lint to use
47
# Version should stay in sync with version used for local linting (lint job in Makefile).
48
- version: v1.50.1
+ version: v2.12.2
Makefile
@@ -44,7 +44,7 @@ test:
lint:
# Version used should stay in sync with version in CI (.github/workflows/test.yaml).
- docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.50.1 golangci-lint run
+ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v2.12.2 golangci-lint run
49
%/remove-local: beta-notice
50
$(eval plugin := $(firstword $(subst /, ,$@)))
0 commit comments