Skip to content

Commit 2d775ec

Browse files
chore(deps): update dependency io_bazel_rules_go to v0.58.3
1 parent 0a2f475 commit 2d775ec

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

e2e/copy_to_directory/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1616

1717
http_archive(
1818
name = "io_bazel_rules_go",
19-
sha256 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1",
20-
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"],
19+
sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
20+
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip"],
2121
)
2222

2323
http_archive(

e2e/external_copy_to_directory/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1414

1515
http_archive(
1616
name = "io_bazel_rules_go",
17-
sha256 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1",
18-
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"],
17+
sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
18+
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip"],
1919
)
2020

2121
http_archive(

e2e/external_copy_to_directory/app/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1717

1818
http_archive(
1919
name = "io_bazel_rules_go",
20-
sha256 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1",
21-
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"],
20+
sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
21+
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip"],
2222
)
2323

2424
http_archive(

e2e/smoke/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2929

3030
http_archive(
3131
name = "io_bazel_rules_go",
32-
sha256 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1",
33-
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"],
32+
sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
33+
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip"],
3434
)
3535

3636
http_archive(

0 commit comments

Comments
 (0)