1
0
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:
Pete Davison
2025-03-26 23:19:58 +00:00
committed by Andrey Nering
parent ffef3ed1a6
commit 566ac29932

View File

@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
version: v1.64.2
version: v2.0.2
lint-jsonschema:
runs-on: ubuntu-latest