Skip to content

Commit

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

ci: bump golangci/golangci-lint-action from 4 to 5
  • Loading branch information
kostko committed Apr 25, 2024
2 parents 5bb0312 + 83837ef commit 8a9033d
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@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2
working-directory: ./clients/go
Expand Down

0 comments on commit 8a9033d

Please sign in to comment.