From 5d5456063ea3ee6f4a93e8c828c240c88a72a41e Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Fri, 9 Jun 2023 20:44:05 -0400 Subject: [PATCH] ci: fix lint workflow (#4229) --- .github/workflows/lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b3b65e2a4..ebb1d6f74 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,9 +18,11 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: 1.20.x + cache: false - run: make deps-build - - uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 + - uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f with: + version: v1.52 args: --timeout=10m