From 288d764d5f02393da931a051f3e4efd4a8eee04b Mon Sep 17 00:00:00 2001 From: Jonh Wendell Date: Wed, 26 Jun 2024 13:56:48 -0400 Subject: [PATCH] Bump rules-go to 0.41.0 This version contains the fix for using local sdk with go >= 1.21 https://github.com/bazelbuild/rules_go/pull/3600 Signed-off-by: Jonh Wendell --- bazel/repository_locations.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 3ea27e54f4..f3e69cdec4 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -906,8 +906,8 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Go rules for Bazel", project_desc = "Bazel rules for the Go language", project_url = "https://github.com/bazelbuild/rules_go", - version = "0.39.1", - sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996", + version = "0.41.0", + sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3", urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip"], use_category = ["build", "api"], release_date = "2023-04-20",