mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
chore: use go mod override instead of go.work (#24841)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
33f6889efd
commit
079240b9ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user