From c48d4552011d545608d231fcd03cde75ec39ce59 Mon Sep 17 00:00:00 2001 From: Christian Mouchet Date: Mon, 16 May 2022 18:29:53 +0200 Subject: [PATCH] try fix staticcheck version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 066aa8ac..45497fd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Run staticcheck checks uses: dominikh/staticcheck-action@v1.2.0 with: - version: "2022.1.1" + version: "2022.1" install-go: false cache-key: ${{ matrix.go }}