diff --git a/Makefile b/Makefile index 516e4ed17f0e..7d4c1b76f0f4 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor) SED?=$(shell command -v gsed || command -v sed) -GO_VERSION_MIN=$$(cat $(CURDIR)/.go_version) +GO_VERSION_MIN=$$(cat $(CURDIR)/.go-version) PROTOC_VERSION_MIN=3.21.5 GO_CMD?=go CGO_ENABLED?=0