From 127211ec23d1f095f0db9fcad693f94cc5b8c06e Mon Sep 17 00:00:00 2001 From: Nathan <148575555+nathan-artie@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:28:35 -0700 Subject: [PATCH] Bump staticcheck --- .github/workflows/gha-go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gha-go-test.yml b/.github/workflows/gha-go-test.yml index d1b821474..1ff85f2c6 100644 --- a/.github/workflows/gha-go-test.yml +++ b/.github/workflows/gha-go-test.yml @@ -12,7 +12,7 @@ jobs: go-version: 1.23 - name: Run staticcheck env: - SC_VERSION: "2024.1" + SC_VERSION: "2024.1.1" run: | make generate SC_URL="https://github.com/dominikh/go-tools/releases/download/$SC_VERSION/staticcheck_linux_amd64.tar.gz"