Skip to content

Commit

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

ci: bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
aefhm authored May 10, 2024
2 parents df3c861 + 8e5de7d commit 3691800
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@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2
working-directory: ./clients/go
Expand Down

0 comments on commit 3691800

Please sign in to comment.