Skip to content

Commit 5720eb0

Browse files
Bump golangci/golangci-lint-action from v2.4.0 to v2.5.1 (#156)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.4.0 to v2.5.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2.4.0...d9f0e73) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0347e76 commit 5720eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v2
3131
- name: Lint Code
32-
uses: golangci/golangci-lint-action@v2.4.0
32+
uses: golangci/golangci-lint-action@v2.5.1
3333
with:
3434
version: 'v${{ env.GOLANGCI_VERSION }}'
3535
args: --timeout ${{ env.GOLANGCI_TIMEOUT }} --issues-exit-code=0

0 commit comments

Comments
 (0)