Skip to content

Commit

Permalink
Merge pull request #289 from go-logr/dependabot/github_actions/golang…
Browse files Browse the repository at this point in the history
…ci/golangci-lint-action-5.3.0

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0
  • Loading branch information
pohly authored May 6, 2024
2 parents 432cd86 + bbc2ecb commit 88d98bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: '>=1.21.0'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with:
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down

0 comments on commit 88d98bd

Please sign in to comment.