From f56cf33f599ded4334e587b09f0374cf58fc5750 Mon Sep 17 00:00:00 2001 From: annakhm <32882380+annakhm@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:24:52 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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