diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e88bac29..111255529 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,10 +26,8 @@ jobs: name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.61 + version: v1.52 args: --issues-exit-code=1 --timeout=30m - skip-pkg-cache: true - skip-build-cache: true - name: Import GPG key id: import_gpg