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

Commit 1018d93

Browse files
Bump golangci/golangci-lint-action from v2.4.0 to v2.5.1 (#67)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b97a27 commit 1018d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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/golangci-lint-action@v2.4.0
33+
uses: golangci/golangci-lint-action@v2.5.1
3434
with:
3535
version: 'v${{ env.GOLANGCI_VERSION }}'
3636
args: --timeout ${{ env.GOLANGCI_TIMEOUT }}

0 commit comments

Comments
 (0)