Skip to content

Commit

Permalink
fix(storage): retract versions with Copier bug
Browse files Browse the repository at this point in the history
Retract storage releases affected by googleapis#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.
  • Loading branch information
tritone committed Mar 17, 2023
1 parent 7d085b4 commit b0d2714
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 b0d2714

Please sign in to comment.