Skip to content

Commit

Permalink
Merge pull request #273 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…golangci/golangci-lint-action-4

ci: bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
aefhm authored Feb 14, 2024
2 parents ad6ecac + 6e7d11c commit 94f76a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# Always run this step so that all linting errors can be seen at once.
if: always()
- name: Lint Go
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.51.2
working-directory: ./clients/go
Expand Down

0 comments on commit 94f76a7

Please sign in to comment.