parent
dce5a9007b
commit
af8cd86b7a
4
Makefile
4
Makefile
|
@ -7,8 +7,8 @@ GO ?= go
|
||||||
GOFMT ?= gofmt "-s"
|
GOFMT ?= gofmt "-s"
|
||||||
GOFILES := $(shell find . -name "*.go")
|
GOFILES := $(shell find . -name "*.go")
|
||||||
LDFLAGS := -s -w
|
LDFLAGS := -s -w
|
||||||
VERSION="v1.0.3"
|
VERSION="v1.0.4"
|
||||||
DOCKER_REPO="igs170911/notification"
|
DOCKER_REPO="reg.wang/app-cloudep-notification-service"
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: # 進行測試
|
test: # 進行測試
|
||||||
|
|
Loading…
Reference in New Issue