From ceba650d082ff7289e3c09e3e2f8a4335ce77b94 Mon Sep 17 00:00:00 2001 From: annakhm <32882380+annakhm@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:04:41 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37efdfe24..72cbf0f53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.52 + version: v1.54.2 args: --issues-exit-code=1 --timeout=30m skip-pkg-cache: true skip-build-cache: true