You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cloud.google.com/go/storage
../../go/pkg/mod/cloud.google.com/go/storage@v1.34.0/bucket.go:1252:4: unknown field TerminalStorageClass in struct literal of type "google.golang.org/api/storage/v1".BucketAutoclass
../../go/pkg/mod/cloud.google.com/go/storage@v1.34.0/bucket.go:1969:3: unknown field TerminalStorageClass in struct literal of type "google.golang.org/api/storage/v1".BucketAutoclass
../../go/pkg/mod/cloud.google.com/go/storage@v1.34.0/bucket.go:1993:27: a.TerminalStorageClass undefined (type *"google.golang.org/api/storage/v1".BucketAutoclass has no field or method TerminalStorageClass)
../../go/pkg/mod/cloud.google.com/go/storage@v1.34.0/bucket.go:2000:40: a.TerminalStorageClassUpdateTime undefined (type *"google.golang.org/api/storage/v1".BucketAutoclass has no field or method TerminalStorageClassUpdateTime)
The text was updated successfully, but these errors were encountered:
noahdietz
added
api: storage
Issues related to the Cloud Storage API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
and removed
triage me
I really want to be triaged.
labels
Nov 1, 2023
Builds are failing for the cloud.google.com/go/storage package after upgrading to 1.34.0: https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.34.0
example repro:
leads to the build failures
The text was updated successfully, but these errors were encountered: