Skip to content

remove make warning

When building gitlab-workhose a warning is printed out. This merge request fixes the warning

go build -ldflags "-X main.Version 0.5.1-20160103.233349" -o gitlab-workhorse
# _/home/git/gitlab-workhorse
link: warning: option -X main.Version 0.5.1-20160103.233349 may not work in future releases; use -X main.Version=0.5.1-20160103.233349

Merge request reports