From 4442521b941deea8daf1061cb420e7b46f46f207 Mon Sep 17 00:00:00 2001 From: Nikhil-Ladha Date: Tue, 12 Dec 2023 21:54:10 +0530 Subject: [PATCH] update golangci-lint version to 1.52.0 Updated golangci-lint to 1.52.0 Signed-off-by: Nikhil-Ladha --- .github/workflows/ocs-operator-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ocs-operator-ci.yaml b/.github/workflows/ocs-operator-ci.yaml index 004e53ace7..9383f2fa2e 100644 --- a/.github/workflows/ocs-operator-ci.yaml +++ b/.github/workflows/ocs-operator-ci.yaml @@ -37,7 +37,7 @@ jobs: - uses: golangci/golangci-lint-action@v3 with: - version: v1.54.0 + version: v1.52.0 # The weird NO_FUTURE thing is a workaround suggested here: # # https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648