Skip to content

Commit

Permalink
build: Show version of go
Browse files Browse the repository at this point in the history
Make the build display the version of Go being used.

Fixes clearcontainers#620.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Sep 25, 2017
1 parent fef6ba9 commit 9280a6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ show-footer:
@printf "• Project home: https://github.com/clearcontainers/runtime\n\n"

show-summary: show-header
@printf "• golang:\n"
@printf "\t"
@go version
@printf "\n"
@printf "• Summary:\n"
@printf "\n"
@printf "\tClear Containers system build : $(cc_system_build)\n"
Expand Down

0 comments on commit 9280a6b

Please sign in to comment.