Skip to content

Commit

Permalink
fix(gazelle): Use the correct rules_go label in gazelle/manifest/defs…
Browse files Browse the repository at this point in the history
….bzl (#2058)

Fixes #2057.

Commit a1d2e45 (#1993) added a reference to
`@com_github_bazelbuild_rules_go`, but the module is already added as
`@io_bazel_rules_go`.
  • Loading branch information
dougthor42 authored Jul 11, 2024
1 parent 03854a2 commit cca1d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/manifest/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def gazelle_python_manifest(
rundir = ".",
deps = [
Label("//manifest"),
Label("@com_github_bazelbuild_rules_go//go/runfiles"),
Label("@io_bazel_rules_go//go/runfiles"),
],
# kwargs could contain test-specific attributes like size or timeout
**dict(attrs, **kwargs)
Expand Down

0 comments on commit cca1d4e

Please sign in to comment.