feat/refactor (#11)

Reviewed-on: #11
This commit is contained in:
王性驊 2025-03-08 02:50:30 +00:00
parent dce5a9007b
commit af8cd86b7a
2 changed files with 3 additions and 3 deletions

View File

@ -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: # 進行測試

2
go.mod
View File

@ -1,4 +1,4 @@
module app-cloudep-notification-service
module code.30cm.net/digimon/app-cloudep-notification-service
go 1.24.0