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