From 39338a216d9fbd4831c7fc03ee8584038191b706 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Sat, 21 Oct 2023 14:28:22 +0200 Subject: [PATCH] CI: update staticcheck to 2023.1.6 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 e3156f8..35b9532 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,6 +37,6 @@ jobs: if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.21') uses: dominikh/staticcheck-action@v1.3.0 with: - version: "2023.1.5" + version: "2023.1.6" install-go: false cache-key: ${{ matrix.go-version }}