Skip to content

Commit 29c7306

Browse files
committed
Retrogress protobuf version for load_config proto.
For bookworm, we need to target a go version of 1.19. Unfortunately, go doesn't make it easy to examine dependencies and figure this out automatically, but thankfully at least here we only have one dependency. Digging through git logs yields a prior tagged release of protobuf that is compatible with the go version we are targeting, so use that instead.
1 parent 5b8e4d6 commit 29c7306

File tree

2 files changed

+6
-4
lines changed
  • base/cvd/cuttlefish/host/commands/cvd/cli/parser/golang

2 files changed

+6
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/google/android-cuttlefish/base/cvd/cuttlefish/host/commands/cvd/cli/parser/golang
22

3-
go 1.22
3+
go 1.19
44

5-
require google.golang.org/protobuf v1.36.6 // indirect
5+
require google.golang.org/protobuf v1.32.0
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
2-
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
1+
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
2+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
3+
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
4+
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=

0 commit comments

Comments
 (0)