Skip to content

Commit 551ed7a

Browse files
authored
Merge pull request #273 from Blockdaemon/dependabot/github_actions/golangci/golangci-lint-action-8
build(deps): bump golangci/golangci-lint-action from 7 to 8
2 parents c75e362 + fa437d1 commit 551ed7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: 'stable'
2121

2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v7
23+
uses: golangci/golangci-lint-action@v8
2424
with:
2525
args: --timeout 5m0s
2626
only-new-issues: true

0 commit comments

Comments
 (0)