From 2fa8cf1e86be72d789a3f62ef7ec92a157e995f7 Mon Sep 17 00:00:00 2001 From: Nathan <148575555+nathan-artie@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:51:27 -0700 Subject: [PATCH] Remove --- .github/workflows/gha-go-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gha-go-test.yaml b/.github/workflows/gha-go-test.yaml index 1f372a6f..999c1c2e 100644 --- a/.github/workflows/gha-go-test.yaml +++ b/.github/workflows/gha-go-test.yaml @@ -18,7 +18,6 @@ jobs: env: 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" wget -q ${SC_URL} -O - | tar -xzf - --strip-components 1 -C /usr/local/bin staticcheck/staticcheck make static