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 }}