From 67185b907eb71fc9f22245b46198e30d68cce4ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:11:46 +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 8226c83165..a76c2bc157 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