We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go 1.24 supports tool directives in go.mod, cf. https://go.dev/doc/go1.24#tools and https://go.dev/doc/modules/gomod-ref#tool. Gazelle doesn't support this yet (https://github.com/bazel-contrib/bazel-gazelle/blob/v0.42.0/internal/bzlmod/go_mod.bzl#L213).
tool
The text was updated successfully, but these errors were encountered:
Add a note to delete tools.go once that’s possible.
8e931d7
See bazel-contrib/bazel-gazelle#2031.
It looks like we could support that simply by ignoring the directive as gazelle always generates binary targets for tools. Do you agree?
Sorry, something went wrong.
I guess so, it's worth a try :)
No branches or pull requests
Go 1.24 supports
tool
directives in go.mod, cf. https://go.dev/doc/go1.24#tools and https://go.dev/doc/modules/gomod-ref#tool. Gazelle doesn't support this yet (https://github.com/bazel-contrib/bazel-gazelle/blob/v0.42.0/internal/bzlmod/go_mod.bzl#L213).The text was updated successfully, but these errors were encountered: