ci: update golangci-lint to v1.52.2

This commit is contained in:
tbjump 2023-05-03 22:35:16 +00:00 committed by tbjump
parent ff413a2068
commit f7c358c7a8
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ jobs:
- name: Formatting checks
run: ./scripts/lint.sh -l -g format
- name: Install linters
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2
- name: Run linters
run: make generate && ./scripts/lint.sh -g lint
- name: Ensure generated proto matches