feat/refactor #12

Open
daniel.w wants to merge 6 commits from feat/refactor into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 98a9ef6c0a - Show all commits

View File

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

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 go 1.24.0