temporarily disable staticcheck

It's not crucial for CI to work, and go1.24.0 is around the corner.
pull/909/head
Daniel Martí 3 months ago committed by Paul Scheduikat
parent e0dbea2b3d
commit be2921064a

@ -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.

Loading…
Cancel
Save