-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failing on staticcheck version #662
Comments
Ah, from dominikh/go-tools#1107, the I'll just disable it in the CI then. We already do it for the latest two versions of the compiler (which are supported) anyway. |
s-kanev
added a commit
to s-kanev/pprof
that referenced
this issue
Nov 2, 2021
staticcheck only supports the latest 2 copmiler releases. Fixes google#662.
s-kanev
added a commit
to s-kanev/pprof
that referenced
this issue
Nov 2, 2021
staticcheck only supports the latest 2 copmiler releases. Fixes google#662.
aalexand
pushed a commit
that referenced
this issue
Nov 2, 2021
* ci: Disable staticcheck on tip-of-tree compiler. staticcheck only supports the latest 2 copmiler releases. Fixes #662. * Set RUN_STATICCHCECK for subsequent steps.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failing on HEAD for all
tip
configurations (linux and macos), when trying to invokestaticcheck
:https://github.com/google/pprof/runs/4063340955
It seems like a simple version issue with
staticcheck
-- probably because we don't useactions/setup-go@v2
in thetip
configuration here and instead fetch lint tools manually.The text was updated successfully, but these errors were encountered: