From 8550f59ee6386b9a3479e6840395757c7a19731b Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 21:38:48 -0700 Subject: [PATCH] add go to PATH --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef4b538..a925859 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ IMAGE?=fedora:latest LDFLAGS?=--ldflags '-extldflags "-static"' --ldflags="-X 'main.commit=$(shell git rev-parse HEAD)' -X 'main.version=$(shell git describe --tags)' -X 'main.date=$(shell date '+%Y-%m-%d %T.%s%z')'" export CGO_ENABLED=1 VERSION?=$(shell git describe --tags | sed -e 's/^v//' -e 's/-/_/g') +export PATH=$(PATH):$(shell pwd)/go/bin .PHONY=jx-cli build: jx-cli