From 0d1a628dd7307de4e8b9647eff98024e90ecd3f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 07:31:28 +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