diff --git a/e2e/copy_to_directory/WORKSPACE b/e2e/copy_to_directory/WORKSPACE index 2bf1c891e..68a7835cf 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 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"], + sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip"], ) http_archive( diff --git a/e2e/external_copy_to_directory/WORKSPACE b/e2e/external_copy_to_directory/WORKSPACE index 90218d9d3..e069b7ddf 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 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"], + sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip"], ) http_archive( diff --git a/e2e/external_copy_to_directory/app/WORKSPACE b/e2e/external_copy_to_directory/app/WORKSPACE index 75e86f583..12f1cbf3d 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 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"], + sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip"], ) http_archive( diff --git a/e2e/smoke/WORKSPACE b/e2e/smoke/WORKSPACE index 030063c90..3632be04f 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 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip"], + sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip"], ) http_archive(