Skip to content

Commit

Permalink
Built successfully with Bazel 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 12, 2024
1 parent a329a66 commit 4429809
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_shell", version = "0.3.0")

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.23.1")
go_sdk.download(version = "1.23.3")

go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
Expand Down
16 changes: 8 additions & 8 deletions updatesrc/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ filegroup(
visibility = ["//:__subpackages__"],
)

bzl_library(
name = "updatesrc_update_all",
srcs = ["updatesrc_update_all.bzl"],
deps = [
"@rules_shell//shell:rules_bzl",
],
)

bzl_library(
name = "providers",
srcs = ["providers.bzl"],
Expand All @@ -42,11 +50,3 @@ bzl_library(
name = "update_srcs",
srcs = ["update_srcs.bzl"],
)

bzl_library(
name = "updatesrc_update_all",
srcs = ["updatesrc_update_all.bzl"],
deps = [
"@rules_shell//shell:rules_bzl",
],
)

0 comments on commit 4429809

Please sign in to comment.