diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a1b3cbe..11ffab7 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.6" + version: "2023.1.7" install-go: false cache-key: ${{ matrix.go-version }}