fix: package name
This commit is contained in:
parent
dee9da8ffe
commit
98a9ef6c0a
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