Skip to content

Commit 12d7ff5

Browse files
Bump golangci/golangci-lint-action from v2.5.1 to v2.5.2 (#64)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.5.1 to v2.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2.5.1...5c56cd6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b35cb0 commit 12d7ff5

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.5.1
32+
uses: golangci/golangci-lint-action@v2.5.2
3333
with:
3434
version: 'v${{ env.GOLANGCI_VERSION }}'
3535
args: --timeout ${{ env.GOLANGCI_TIMEOUT }} --issues-exit-code=0 ./client/...

0 commit comments

Comments
 (0)