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.
2 parents 4ccac59 + 74e6bcb commit c4b1c5cCopy full SHA for c4b1c5c
.github/workflows/lint-sample.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run linter
44
uses: golangci/golangci-lint-action@v8
45
with:
46
- version: v2.2.2
+ version: v2.3.0
47
working-directory: ${{ matrix.folder }}
48
- name: Run linter via makefile target
49
Makefile
@@ -127,7 +127,7 @@ yamllint:
127
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
128
golangci-lint:
129
@[ -f $(GOLANGCI_LINT) ] || { \
130
- GOBIN=$(shell pwd)/bin go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.2.2 ;\
+ GOBIN=$(shell pwd)/bin go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.3.0 ;\
131
}
132
133
.PHONY: apidiff
0 commit comments