Skip to content

Commit 566ac29

Browse files
pd93andreynering
authored andcommitted
feat: update golangci-lint version in ci
1 parent ffef3ed commit 566ac29

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@v6
26+
uses: golangci/golangci-lint-action@v7
2727
with:
28-
version: v1.64.2
28+
version: v2.0.2
2929

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

0 commit comments

Comments
 (0)