Skip to content

Commit

Permalink
Fix .go-version path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark committed Nov 23, 2022
1 parent f8786e5 commit f1fa1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f1fa1cc

Please sign in to comment.