Skip to content

Commit

Permalink
chore(storage): remove benchmark from go.work (#9611)
Browse files Browse the repository at this point in the history
This module is actually depending on 1.22 APIs which tries to pull
dependencies too far forward for other projects. Removing this from
go.work for now. If we lower the Go API level of this module it can
be reintroduced. This will have the effect of you needing to open
VS code from the root of this module to resolve deps correctly.
  • Loading branch information
codyoss committed Mar 22, 2024
1 parent b6574aa commit d0fe7f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ use (
./spanner/test/opentelemetry/test
./speech
./storage
./storage/internal/benchmarks
./storageinsights
./storagetransfer
./support
Expand Down

0 comments on commit d0fe7f9

Please sign in to comment.