From c0c0bf332cf7d19decd2f30120ad1f852418fd70 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Sat, 28 Oct 2023 09:51:13 +0200 Subject: [PATCH] CI: update staticcheck to 2023.1.6 Signed-off-by: Florian Lehner --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1942f91..31ccd3a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -38,7 +38,7 @@ 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 }} working-directory: . @@ -46,9 +46,9 @@ 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 }} working-directory: internal # ignore should not use ALL_CAPS in Go names in internal/ - checks: all,-ST1003 \ No newline at end of file + checks: all,-ST1003