From debd6d138479ef1c2746836e72884c94bb364fd3 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Thu, 29 Feb 2024 07:29:57 +0100 Subject: [PATCH] CI: update staticcheck Signed-off-by: Florian Lehner --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 310be32..ffc29ac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.21') uses: dominikh/staticcheck-action@v1.3.0 with: - version: "2023.1.6" + version: "2023.1.7" min-go-version: "1.18" install-go: false cache-key: ${{ matrix.go }}