aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2021-11-24 19:36:45 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2021-11-24 19:36:45 +0100
commita2b58eac78f66a45c76e4345565b58c8c673679b (patch)
tree5492106b1f92b2e4c41148522be542fa1d0ec705 /client
parent81affee11ad6a020b3f6a7381c6e6cc3f7cb5123 (diff)
Print go version for debugging
Diffstat (limited to 'client')
-rw-r--r--client/go/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index d53e8f46e03..89507c56b97 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -97,6 +97,7 @@ endif
#
install:
+ go version
env GOBIN=$(BIN) go install $(GO_FLAGS) ./...
manpages: install