Skip to content

Commit

Permalink
Update dependency rules_go to v0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent e74c12b commit 3f35d02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ register_toolchains(
# For buildifier
bazel_dep(
name = "rules_go",
version = "0.39.1",
version = "0.46.0",
dev_dependency = True,
repo_name = "io_bazel_rules_go",
)
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_nix/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bazel_dep(
)
bazel_dep(name = "bazel_skylib", version = "1.5.0")

bazel_dep(name = "rules_go", version = "0.41.0", dev_dependency = True, repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_go", version = "0.46.0", dev_dependency = True, repo_name = "io_bazel_rules_go")

non_module_deps = use_extension("//:non_module_deps.bzl", "non_module_deps")
use_repo(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ local_path_override(
# Go setup for buildifieR
bazel_dep(
name = "rules_go",
version = "0.39.1",
version = "0.46.0",
repo_name = "io_bazel_rules_go",
)

Expand Down

0 comments on commit 3f35d02

Please sign in to comment.