parent
856ec1bcf4
commit
dc7a528393
3
Makefile
3
Makefile
|
@ -3,13 +3,14 @@ GOVERSION = $(shell go version | cut -d' ' -f 3)
|
||||||
BUILDTIME = $(shell date -u --iso-8601=seconds)
|
BUILDTIME = $(shell date -u --iso-8601=seconds)
|
||||||
VERSION = $(shell cat resources/VERSION)
|
VERSION = $(shell cat resources/VERSION)
|
||||||
|
|
||||||
GO111MODULE=on
|
# GO111MODULE=on
|
||||||
|
|
||||||
# try go get github.com/ahmetb/govvv
|
# try go get github.com/ahmetb/govvv
|
||||||
# this will add branch info & build RFC3339 date also
|
# this will add branch info & build RFC3339 date also
|
||||||
|
|
||||||
run:
|
run:
|
||||||
@echo your version of go must be greater than 2.10. Your version is ${GOVERSION}
|
@echo your version of go must be greater than 2.10. Your version is ${GOVERSION}
|
||||||
|
cd build && make
|
||||||
./build/build
|
./build/build
|
||||||
./cloud-control-panel
|
./cloud-control-panel
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.6.38
|
0.6.39
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
856ec1bcf4e4c781825928564a6fa91793120dae
|
Loading…
Reference in New Issue