Skip to content

Commit

Permalink
chore: remove experimental warning from bzlmod module (#3418)
Browse files Browse the repository at this point in the history
In practice, now that Bazel 6.0.0 has shipped, rules_go is working about as well as any other supported languages in the ecosystem. Also, if users find bugs with it, those are important and we'll fix them.
  • Loading branch information
alexeagle authored Jan 6, 2023
1 parent e213f25 commit d776d46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module(
compatibility_level = 0,
)

print("WARNING: The rules_go Bazel module is still highly experimental and subject to change at any time. Only use it to try out bzlmod for now.")

bazel_dep(name = "bazel_skylib", version = "1.2.0")
bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_proto", version = "4.0.0")
Expand Down

0 comments on commit d776d46

Please sign in to comment.