Skip to content

Commit 33c19ce

Browse files
authored
Bump rules_go from 0.52.0 to 0.59.0 (#601)
rules_go@0.52.0 is not Bazel 9.0 compatible because of bazelbuild/bazel@873b036, which means any build of the gazelle plugin with Bazel 9.0 resulted in a `every rule of type cgo_context_data implicitly depends upon the target '@@bazel_tools//tools/osx:current_xcode_config', but this target could not be found because of: no such target '@@bazel_tools//tools/osx:current_xcode_config'` error.
1 parent 00de429 commit 33c19ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gazelle/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99
bazel_dep(name = "bazel_skylib", version = "1.8.2")
1010
bazel_dep(name = "rules_license", version = "0.0.7")
1111
bazel_dep(name = "gazelle", version = "0.41.0", repo_name = "bazel_gazelle")
12-
bazel_dep(name = "rules_go", version = "0.52.0", repo_name = "io_bazel_rules_go")
12+
bazel_dep(name = "rules_go", version = "0.59.0", repo_name = "io_bazel_rules_go")
1313

1414
# `rules_go` will register a toolchain for us if the user doesn't do so
1515

0 commit comments

Comments
 (0)