chore: use go mod override instead of go.work (#24841)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
Alexander Matyushentsev
2025-10-06 09:40:30 -07:00
committed by GitHub
parent 33f6889efd
commit 079240b9ba
11 changed files with 15 additions and 277 deletions

View File

@@ -77,7 +77,7 @@ go-to-protobuf \
--output-dir="${GOPATH}/src/"
# go-to-protobuf modifies vendored code. Re-vendor code so it's available for subsequent steps.
go work vendor
go mod vendor
# Either protoc-gen-go, protoc-gen-gofast, or protoc-gen-gogofast can be used to build
# server/*/<service>.pb.go from .proto files. golang/protobuf and gogo/protobuf can be used