Skip to content

Commit

Permalink
fix(storage): retract versions with Copier bug (#7583)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tritone and gcf-merge-on-green[bot] committed Mar 17, 2023
1 parent 34e35d1 commit 9c10b6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storage/go.mod
Expand Up @@ -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
Expand Down

0 comments on commit 9c10b6f

Please sign in to comment.