Skip to content

Commit

Permalink
Merge pull request etcd-io#200 from etcd-io/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/golangci/golangci-lint-action-6

build(deps): bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
ahrtr committed May 14, 2024
2 parents 6f6919a + b8d92e8 commit 9ee2dd3
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 @@ -11,7 +11,7 @@ jobs:
with:
go-version: ${{ steps.goversion.outputs.goversion }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
- name: protoc
Expand Down

0 comments on commit 9ee2dd3

Please sign in to comment.