From 83070d7bcaf9ff4ca3fc4a68789a71008c8fb37d Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Fri, 29 Mar 2024 13:02:49 +0100 Subject: [PATCH] CI: update dominikh/staticcheck-action Signed-off-by: Florian Lehner --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ecb059..9d044f5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,9 +41,8 @@ jobs: - name: staticcheck.io if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.22') - uses: dominikh/staticcheck-action@v1.3.0 + uses: dominikh/staticcheck-action@v1.3.1 with: version: "2023.1.7" - min-go-version: "1.18" install-go: false cache-key: ${{ matrix.go }}