mirror of
https://github.com/go-task/task.git
synced 2025-07-15 01:35:00 +02:00
feat: update golangci-lint version in ci
This commit is contained in:
committed by
Andrey Nering
parent
ffef3ed1a6
commit
566ac29932
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
version: v1.64.2
|
version: v2.0.2
|
||||||
|
|
||||||
lint-jsonschema:
|
lint-jsonschema:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user