diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84784756..1eb67e77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - @@ -22,8 +22,9 @@ jobs: name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.53.3 + version: v1.54.2 args: --issues-exit-code=1 + only-new-issues: true skip-pkg-cache: true skip-build-cache: true -