Skip to content

Commit 7efa4e2

Browse files
Merge pull request #69 from arnested/dependabot/github_actions/golangci/golangci-lint-action-v2.5.0
2 parents fc6bd99 + 108815d commit 7efa4e2

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: ${{ steps.go-version.outputs.minimal }}
3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@v2.4.0
33+
uses: golangci/golangci-lint-action@v2.5.0
3434
with:
3535
version: latest
3636
only-new-issues: true

0 commit comments

Comments
 (0)