diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba772e3..b50dba0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,11 +63,12 @@ jobs: run: diff <(echo -n) <(gofmt -d .) - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' run: go vet ./... - - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' - uses: dominikh/staticcheck-action@v1 - with: - version: "2024.1.1" - install-go: false + # TODO: staticcheck temporarily disabled as it was built with go1.23.4 + # - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' + # uses: dominikh/staticcheck-action@v1 + # with: + # version: "2024.1.1" + # install-go: false # We don't care about GOARCH=386 particularly, hence -short, # but it helps ensure we support 32-bit hosts and targets well.