Skip to content

Commit

Permalink
Fix .go-version path in Makefile (#18106)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Clark <steven.clark@hashicorp.com>
  • Loading branch information
1 parent 3cc6b6a commit a8de422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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 a8de422

Please sign in to comment.