You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: ensure we use correct version of protoc and its deps.
Use protoc-specific local install directory to allow safely wiping protoc and its
dependencies without affecting other tools that might get installed under the
build/tools directory in the future. Add a check-protoc target to check protoc
version during builds and install the correct one if it is not found. Simplify and
align the installation of protoc dependencies. Maintain tool versions in go.mod.
Update auto-generated code regenerating them with the latest tool version we
use.
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
$(Q)GOBIN="$(TOOLS_PATH)/bin"$(GO_INSTALL)-mod=mod github.com/knqyf263/go-plugin/cmd/protoc-gen-go-plugin@$(shell go list -m -f {{.Version}} github.com/knqyf263/go-plugin)
0 commit comments