diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a8bd22..816eefd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,9 +12,9 @@ on: permissions: contents: read -# concurrency: -# group: ci-${{ github.ref }}-lint -# # cancel-in-progress: true +concurrency: + group: ci-${{ github.ref }}-lint + cancel-in-progress: true jobs: golangci: @@ -30,7 +30,7 @@ jobs: go-version: "1.22" - name: Run golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: - version: v1.51.1 + version: v1.59.1 args: --timeout 20m0s