Skip to content

Commit fb68a5f

Browse files
chore(deps): update golangci/golangci-lint-action action to v8 (#2237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valentin Maerten <[email protected]>
1 parent f40f389 commit fb68a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v7
26+
uses: golangci/golangci-lint-action@v8
2727
with:
28-
version: v2.0.2
28+
version: v2.1.0
2929

3030
lint-jsonschema:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)