Use go 1.5 on the build machine
Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
This commit is contained in:
parent
bb745757de
commit
c3c932f4e1
2 changed files with 14 additions and 42 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ ifeq (${DISABLE_OPTIMIZATION},true)
|
|||
VERSION:="$(VERSION)-noopt"
|
||||
endif
|
||||
|
||||
GO_LDFLAGS=-ldflags "-X `go list ./version`.Version $(VERSION)"
|
||||
GO_LDFLAGS=-ldflags "-X `go list ./version`.Version=$(VERSION)"
|
||||
|
||||
.PHONY: clean all fmt vet lint build test binaries
|
||||
.DEFAULT: default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue