Skip to content

Commit

Permalink
Updated rules_go and various pins (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Oct 30, 2024
1 parent ea63d24 commit 8009822
Show file tree
Hide file tree
Showing 10 changed files with 266 additions and 522 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module(

bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_go", version = "0.45.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")

# This is unfortunately required by `rules_oci`.
# https://github.com/bazel-contrib/rules_oci/issues/575
Expand All @@ -17,7 +17,7 @@ bazel_dep(name = "rules_oci", version = "2.0.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")

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

helm = use_extension("@rules_helm//helm:extensions.bzl", "helm")
helm.options()
Expand Down
Loading

0 comments on commit 8009822

Please sign in to comment.