Skip to content

Commit 9977f0f

Browse files
Merge pull request #26 from rednafi/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents ebd0f22 + 45d1cdf commit 9977f0f

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
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v7
26+
uses: golangci/golangci-lint-action@v8
2727
with:
2828
version: v1.54
2929
args: --verbose --timeout 10m --fix=false --new-from-rev=HEAD~ --config=.golangci.yml

0 commit comments

Comments
 (0)