From af8cd86b7a7c5068831baa3a519a0a0bf1d0ce21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A7=E9=A9=8A?= <igs170911@gmail.com> Date: Sat, 8 Mar 2025 02:50:30 +0000 Subject: [PATCH] feat/refactor (#11) Reviewed-on: https://code.30cm.net/digimon/app-cloudep-notification-service/pulls/11 --- Makefile | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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