Closed ewhauser closed 6 months ago
This also appears to be affecting Gazelle: https://github.com/bazelbuild/bazel-gazelle/issues/1793
This is not a problem with staticcheck afaik. It's a problem with Uber Zig toolchain. https://github.com/uber/hermetic_cc_toolchain/issues/171
In https://github.com/buildbuddy-io/buildbuddy we are using staticcheck with nogo and 1.22 without any issue.
When switching to Go 1.22, I get the following errors compiling
nogo
on MacOS:Removing
staticcheck(ANALYZERS)
from my nogo dependencies solves the issue.