diff --git a/Makefile b/Makefile index 6c7922a..82b6b6f 100644 --- a/Makefile +++ b/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: # 進行測試 diff --git a/go.mod b/go.mod index 8e3fe52..e6ffa8d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module app-cloudep-notification-service +module code.30cm.net/digimon/app-cloudep-notification-service go 1.24.0