Skip to content

Commit 75b1e51

Browse files
chore(deps): update golangci/golangci-lint-action action to v9
1 parent e429459 commit 75b1e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_static_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version-file: "go.mod"
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v8
24+
uses: golangci/golangci-lint-action@v9
2525
continue-on-error: ${{ github.event_name != 'pull_request' }}
2626
with:
2727
only-new-issues: true

0 commit comments

Comments
 (0)