diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 919d7c2b0..650ce1221 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.52 + version: v1.50 args: --issues-exit-code=1 - name: Import GPG key