From 4e19e6aee775de58f51515c53e1a51519288c5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:29:45 -0700 Subject: [PATCH] chore(deps): update dependency io_bazel_rules_go to v0.50.0 (#925) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- e2e/copy_to_directory/WORKSPACE | 4 ++-- e2e/external_copy_to_directory/WORKSPACE | 4 ++-- e2e/external_copy_to_directory/app/WORKSPACE | 4 ++-- e2e/smoke/WORKSPACE | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/e2e/copy_to_directory/WORKSPACE b/e2e/copy_to_directory/WORKSPACE index 43071ef..0c9fa3e 100644 --- a/e2e/copy_to_directory/WORKSPACE +++ b/e2e/copy_to_directory/WORKSPACE @@ -16,8 +16,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", - sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip"], + sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip"], ) http_archive( diff --git a/e2e/external_copy_to_directory/WORKSPACE b/e2e/external_copy_to_directory/WORKSPACE index 0c4ac39..26c76d1 100644 --- a/e2e/external_copy_to_directory/WORKSPACE +++ b/e2e/external_copy_to_directory/WORKSPACE @@ -14,8 +14,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", - sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip"], + sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip"], ) http_archive( diff --git a/e2e/external_copy_to_directory/app/WORKSPACE b/e2e/external_copy_to_directory/app/WORKSPACE index ac056c9..0e96d42 100644 --- a/e2e/external_copy_to_directory/app/WORKSPACE +++ b/e2e/external_copy_to_directory/app/WORKSPACE @@ -17,8 +17,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", - sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip"], + sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip"], ) http_archive( diff --git a/e2e/smoke/WORKSPACE b/e2e/smoke/WORKSPACE index 8f45d5c..d670503 100644 --- a/e2e/smoke/WORKSPACE +++ b/e2e/smoke/WORKSPACE @@ -14,8 +14,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", - sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip"], + sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip"], ) http_archive(