Skip to content

Commit

Permalink
github workflow: update golangci-lint to 1.55.2
Browse files Browse the repository at this point in the history
fixes: etcd-io#16897
update golangci-lint version to the latest to keep the codebase linting up to date.

Signed-off-by: Mofi Rahman <mofi@google.com>
  • Loading branch information
moficodes committed Nov 9, 2023
1 parent 6e30d9e commit 9407c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.53.3
version: v1.55.2
args: --config tools/.golangci.yaml
- name: protoc
uses: arduino/setup-protoc@149f6c87b92550901b26acd1632e11c3662e381f # v1.3.0
Expand Down

0 comments on commit 9407c46

Please sign in to comment.