Fix make in_docker generate (#3616)

This commit is contained in:
Robert Kaussow
2024-04-15 17:46:44 +02:00
committed by GitHub
parent 21f87b4b1d
commit 781628816d
12 changed files with 42 additions and 31 deletions

View File

@@ -16,8 +16,3 @@ package proto
//go:generate protoc --go_out=paths=source_relative:. woodpecker.proto
//go:generate protoc --go-grpc_out=paths=source_relative:. woodpecker.proto
// install protoc: https://grpc.io/docs/protoc-installation/
// and get needed binary's:
// go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
// go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest