We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd95c90 commit 79aad13Copy full SHA for 79aad13
1 file changed
helm/repositories.bzl
@@ -34,10 +34,10 @@ def rules_helm_dependencies():
34
maybe(
35
http_archive,
36
name = "io_bazel_rules_go",
37
- sha256 = "2b1641428dff9018f9e85c0384f03ec6c10660d935b750e3fa1492a281a53b0f",
+ sha256 = "f74c98d6df55217a36859c74b460e774abc0410a47cc100d822be34d5f990f16",
38
urls = [
39
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
40
- "https://github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
41
],
42
)
43
0 commit comments