Skip to content

Commit d7de8c0

Browse files
committed
ci: bump golangci-lint to v2.5
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 9758011 commit d7de8c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
go get -d ./schema/...
3434
3535
- name: run golangci-lint
36-
uses: golangci/golangci-lint-action@v4
36+
uses: golangci/golangci-lint-action@v8
3737
with:
38-
version: v1.56.1
39-
args: --verbose
38+
version: v2.5
4039

4140
- name: run tests
4241
run: |

0 commit comments

Comments
 (0)