From 9c10b6f8a54cb8447260148b5e4a9b5160281020 Mon Sep 17 00:00:00 2001 From: Chris Cotter Date: Fri, 17 Mar 2023 16:28:32 -0400 Subject: [PATCH] fix(storage): retract versions with Copier bug (#7583) Retract storage releases affected by #6857. This will prevent the Go tool from selecting these versions using MVS. Builds where these releases are currently selected will still work, but the user will receive a warning. Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> --- storage/go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storage/go.mod b/storage/go.mod index 625bf8db86d..6eb5f20bde1 100644 --- a/storage/go.mod +++ b/storage/go.mod @@ -2,6 +2,10 @@ module cloud.google.com/go/storage go 1.19 +retract ( + [v1.25.0, v1.27.0] // due to https://github.com/googleapis/google-cloud-go/issues/6857 +) + require ( cloud.google.com/go v0.110.0 cloud.google.com/go/compute/metadata v0.2.3