Skip to content

Commit b1b1d2e

Browse files
chore(ci): Update golangci/golangci-lint-action action (v8 → v9)
| datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | golangci/golangci-lint-action | v8 | v9 |
1 parent 76680dd commit b1b1d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Lint code
4242
if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
43-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
43+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
4444
with:
4545
version: v2.5.0 # renovate: depName=golangci/golangci-lint datasource=github-releases
4646
skip-cache: true

0 commit comments

Comments
 (0)