Skip to content

Commit

Permalink
Make version be locked with go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Young <[email protected]>
  • Loading branch information
Micah Young committed Oct 15, 2020
1 parent 1e5891d commit 4d7a95e
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
@@ -1,6 +1,6 @@
# Go parameters
GOCMD?=go
GO_VERSION=$(subst go,,$(word 3, $(shell go version))) # parses "go version go1.15 darwin/amd64"
GO_VERSION=$(shell go list -m -f "{{.GoVersion}}")
PACKAGE_BASE=github.com/buildpacks/imgutil

all: test
Expand Down

0 comments on commit 4d7a95e

Please sign in to comment.