From 030b1c2745bdc5e818fec372ea79d811df717aa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:36:13 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action digest to e135904 --- .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 9327284e54..124d4f538b 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -12,7 +12,7 @@ jobs: with: go-version-file: './task-generator/go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 + uses: golangci/golangci-lint-action@e13590484647602042886c51e2a8e43a670a22b7 with: working-directory: task-generator args: "--timeout=10m --build-tags='normal periodic'"