From 7faa9f3dbb4abf712e33a0887d08e5da173424cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:58:04 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action digest to 0ad4b72 --- .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 5e3b55eebb..3ea7cf89b3 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@e13590484647602042886c51e2a8e43a670a22b7 + uses: golangci/golangci-lint-action@0ad4b724048089dc46bb90eddab6dbbcb4fe49a2 with: working-directory: ${{matrix.path}} args: "--timeout=10m --build-tags='normal periodic'"