Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 673d896

Browse files
alex1545smukherj1
authored andcommitted
Update bazel_skylib + rules_go (#458)
* Update bazel_skylib + rules_go * test with rules_go 0.19.7 * test with bazel_skylib 1.0.2
1 parent a1a8e70 commit 673d896

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

k8s/k8s.bzl

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ py_library(
5252
if "io_bazel_rules_go" not in excludes:
5353
http_archive(
5454
name = "io_bazel_rules_go",
55-
sha256 = "513c12397db1bc9aa46dd62f02dd94b49a9b5d17444d49b5a04c5a89f3053c1c",
55+
sha256 = "b480589f57e8b09f4b0892437b9afe889e0d6660e92f5d53d3f0546c01e67ca5",
5656
urls = [
57-
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.5/rules_go-v0.19.5.tar.gz",
58-
"https://github.com/bazelbuild/rules_go/releases/download/0.19.5/rules_go-0.19.5.tar.gz",
57+
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.7/rules_go-v0.19.7.tar.gz",
58+
"https://github.com/bazelbuild/rules_go/releases/download/v0.19.7/rules_go-v0.19.7.tar.gz",
5959
],
6060
)
6161
if "bazel_gazelle" not in excludes:
@@ -74,9 +74,9 @@ py_library(
7474
if "bazel_skylib" not in excludes:
7575
http_archive(
7676
name = "bazel_skylib",
77-
sha256 = "2ea8a5ed2b448baf4a6855d3ce049c4c452a6470b1efd1504fdb7c1c134d220a",
78-
strip_prefix = "bazel-skylib-0.8.0",
79-
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/0.8.0.tar.gz"],
77+
sha256 = "e5d90f0ec952883d56747b7604e2a15ee36e288bb556c3d0ed33e818a4d971f2",
78+
strip_prefix = "bazel-skylib-1.0.2",
79+
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/1.0.2.tar.gz"],
8080
)
8181
if "k8s_config" not in excludes:
8282
# WORKSPACE target to configure the kubectl tool

0 commit comments

Comments
 (0)