From 50058c5af2a25dd1a401dfb1c330b41b688333f2 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:20:38 +0100 Subject: [PATCH] bump gha version of cilint (#24600) --- .github/workflows/golint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golint.yaml b/.github/workflows/golint.yaml index 76cff4067e39..f872780ef53b 100644 --- a/.github/workflows/golint.yaml +++ b/.github/workflows/golint.yaml @@ -26,7 +26,7 @@ jobs: go-version-file: ./.go-version - uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: - version: 'v1.51.1' + version: 'v1.55.1' args: -v ./internal/... save-artifacts-on-fail: if: ${{ needs.golint.result }} == 'failure'