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 .) run: diff <(echo -n) <(gofmt -d .)
- if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x'
run: go vet ./... run: go vet ./...
- if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' # TODO: staticcheck temporarily disabled as it was built with go1.23.4
uses: dominikh/staticcheck-action@v1 # - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x'
with: # uses: dominikh/staticcheck-action@v1
version: "2024.1.1" # with:
install-go: false # version: "2024.1.1"
# install-go: false
# We don't care about GOARCH=386 particularly, hence -short, # We don't care about GOARCH=386 particularly, hence -short,
# but it helps ensure we support 32-bit hosts and targets well. # but it helps ensure we support 32-bit hosts and targets well.

Loading…
Cancel
Save