From eca9c4a8ce6b238cd7db71dae94b851b2e3ab3d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:23:08 +0000 Subject: [PATCH] chore(deps): update dependency io_bazel_rules_go to v0.63.0 --- 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 774f8cd55..76726ddf7 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 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip"], + sha256 = "c3e253237109ab2e2a8d3cb075688b98a6e6fce43d849849648e8e3a84f20d6f", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.63.0/rules_go-v0.63.0.zip"], ) http_archive( diff --git a/e2e/external_copy_to_directory/WORKSPACE b/e2e/external_copy_to_directory/WORKSPACE index 9be7f01a1..ee7c74cf9 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 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip"], + sha256 = "c3e253237109ab2e2a8d3cb075688b98a6e6fce43d849849648e8e3a84f20d6f", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.63.0/rules_go-v0.63.0.zip"], ) http_archive( diff --git a/e2e/external_copy_to_directory/app/WORKSPACE b/e2e/external_copy_to_directory/app/WORKSPACE index baf65851e..ea1398226 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 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip"], + sha256 = "c3e253237109ab2e2a8d3cb075688b98a6e6fce43d849849648e8e3a84f20d6f", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.63.0/rules_go-v0.63.0.zip"], ) http_archive( diff --git a/e2e/smoke/WORKSPACE b/e2e/smoke/WORKSPACE index 3d3e42a1c..ef8f9839d 100644 --- a/e2e/smoke/WORKSPACE +++ b/e2e/smoke/WORKSPACE @@ -29,8 +29,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", - sha256 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip"], + sha256 = "c3e253237109ab2e2a8d3cb075688b98a6e6fce43d849849648e8e3a84f20d6f", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.63.0/rules_go-v0.63.0.zip"], ) http_archive(