chore: Bump golangci-lint to 1.50.0 (#11957)
Co-authored-by: Pawel Zak <Pawel Zak>
This commit is contained in:
parent
6606c5ed33
commit
b8c0734473
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.48.0
|
||||
version: v1.50.0
|
||||
only-new-issues: true
|
||||
golangci-master:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
|
@ -36,6 +36,6 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.48.0
|
||||
version: v1.50.0
|
||||
only-new-issues: true
|
||||
args: --issues-exit-code=0
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -171,7 +171,7 @@ vet:
|
|||
.PHONY: lint-install
|
||||
lint-install:
|
||||
@echo "Installing golangci-lint"
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.0
|
||||
|
||||
@echo "Installing markdownlint"
|
||||
npm install -g markdownlint-cli
|
||||
|
|
|
|||
Loading…
Reference in New Issue