Skip to content

Commit a6120f3

Browse files
authored
Merge pull request #333 from grokify/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 4b71957 + 621b241 commit a6120f3

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@v5.0.0
1313
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v8.0.0
14+
uses: golangci/golangci-lint-action@v9.0.0
1515
with:
1616
version: latest
1717
args: --timeout 3m --verbose

0 commit comments

Comments
 (0)