Skip to content

Commit

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

ci: bump golangci/golangci-lint-action from 3.7.1 to 4.0.0
  • Loading branch information
kostko authored Mar 4, 2024
2 parents 0a97374 + 3a3a871 commit 3218bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# NOTE: Using the official golangci-lint GitHub Action should give
# better performance than manually installing golangci-lint and running
# 'make lint-git'.
uses: golangci/golangci-lint-action@v3.7.1
uses: golangci/golangci-lint-action@v4.0.0
with:
# NOTE: The version must be specified without the patch version.
version: v1.55
Expand Down

0 comments on commit 3218bef

Please sign in to comment.