From 6ca02ec00d5d3488c630e34ca82e2d64a40a4ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:30:04 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action digest to 82fb3f4 --- .github/workflows/go-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 14711fe3e..265c28790 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -18,7 +18,7 @@ jobs: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@c7bab6f874a90c53ecf7e5c027cf93430c8aac17 + uses: golangci/golangci-lint-action@82fb3f49c21caa9527bf0335d412acbf02388f95 with: working-directory: ${{matrix.path}} args: "--timeout=10m --build-tags='normal periodic'"