Skip to content

Commit

Permalink
Merge pull request #136 from informalsystems/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/golangci/golangci-lint-action-3.2.0

Bump golangci/golangci-lint-action from 2 to 3.2.0
  • Loading branch information
thanethomson committed Jun 9, 2022
2 parents e743f2f + d926e4a commit ee9bf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 4
steps:
- uses: actions/checkout@v2.4.0
- uses: golangci/golangci-lint-action@v2
- uses: golangci/golangci-lint-action@v3.2.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.30
Expand Down

0 comments on commit ee9bf6e

Please sign in to comment.