ci: update golangci-lint to v1.52.2
This commit is contained in:
parent
ff413a2068
commit
f7c358c7a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue