Skip to content

Commit a6619ee

Browse files
authored
Merge pull request #344 from grokify/dependabot/github_actions/golangci/golangci-lint-action-9.2.0
build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
2 parents 6e5f13a + e6bcf34 commit a6619ee

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

0 commit comments

Comments
 (0)