Skip to content

Commit

Permalink
Update rules_go dep to v0.50.1
Browse files Browse the repository at this point in the history
This is needed to pick up the `qnx` and `osx` platforms from bazel-contrib/rules_go@eb9a7af.
  • Loading branch information
fmeum committed Oct 2, 2024
1 parent 66d3092 commit 00589a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
bazel_dep(name = "bazel_features", version = "1.9.1")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "protobuf", version = "3.19.6", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_go", version = "0.47.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_proto", version = "4.0.0")

Expand Down

0 comments on commit 00589a8

Please sign in to comment.