Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit f35e77a

Browse files
Bump golangci/golangci-lint-action from v2.5.1 to v2.5.2 (#94)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0689e2 commit f35e77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Repository
3131
uses: actions/checkout@v2
3232
- name: Lint Code
33-
uses: golangci/[email protected].1
33+
uses: golangci/[email protected].2
3434
with:
3535
version: 'v${{ env.GOLANGCI_VERSION }}'
3636
args: --timeout ${{ env.GOLANGCI_TIMEOUT }}

0 commit comments

Comments
 (0)