Skip to content

Commit ff3fb03

Browse files
authored
Merge pull request #278 from grokify/dependabot/github_actions/golangci/golangci-lint-action-8.0.0
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
2 parents 03da677 + e8580e3 commit ff3fb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4.2.2
1313
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v7.0.0
14+
uses: golangci/golangci-lint-action@v8.0.0
1515
with:
1616
version: latest
1717
args: --timeout 3m --verbose

0 commit comments

Comments
 (0)