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 ad3ae98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bazelbuild/bazel-gazelle

go 1.21.1
go 1.21

require (
github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91
Expand Down

0 comments on commit ad3ae98

Please sign in to comment.