From 3ba0821d812eff80f579746085a66ca8a8324efa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:32:37 +0000 Subject: [PATCH] chore(deps): update dominikh/staticcheck-action action to v1.3.1 --- .github/workflows/verify-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-go.yml b/.github/workflows/verify-go.yml index 715e87f990..2c2b2f20eb 100644 --- a/.github/workflows/verify-go.yml +++ b/.github/workflows/verify-go.yml @@ -69,7 +69,7 @@ jobs: with: fetch-depth: 1 - name: staticcheck - uses: dominikh/staticcheck-action@v1.3.0 + uses: dominikh/staticcheck-action@v1.3.1 with: cache-key: ${{ runner.os }}-golang-staticcheck install-go: false