From 744f53c9b47e4b4cec7aa3aedea2b533ac525409 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Wed, 26 Oct 2022 12:23:01 -0400 Subject: [PATCH] DEBUGGING GH actions --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 43a8e16b0d..cc5179a873 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ kind-cni: cli-dev: @echo "==> Installing consul-k8s CLI tool for ${GOOS}/${GOARCH}" + @go version @cd cli; go build -o ./bin/consul-k8s; cp ./bin/consul-k8s ${GOPATH}/bin/