Skip to content

Commit 9833803

Browse files
authored
Merge pull request #55 from adrg/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 796e9aa + a987ac3 commit 9833803

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
@@ -28,6 +28,6 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: Lint
31-
uses: golangci/golangci-lint-action@v8.0.0
31+
uses: golangci/golangci-lint-action@v9.0.0
3232
with:
3333
args: --timeout=5m

0 commit comments

Comments
 (0)