From 7be5b8889d6916a4c4d3137e6e81e1e420cc7ce3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:43:17 +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