feat: use new package name

This commit is contained in:
engigu
2026-01-18 17:31:04 +08:00
parent 973093781f
commit 43a023d683
51 changed files with 132 additions and 130 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ COPY --from=frontend-builder /app/web/dist ./internal/static/dist
RUN VERSION_VAL=$(cat /build-info/version.txt) && \
BUILD_TIME_VAL=$(cat /build-info/build_time.txt) && \
CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
go build -ldflags="-s -w -X baihu/internal/constant.Version=${VERSION_VAL} -X 'baihu/internal/constant.BuildTime=${BUILD_TIME_VAL}'" \
go build -ldflags="-s -w -X github.com/engigu/baihu-panel/internal/constant.Version=${VERSION_VAL} -X 'github.com/engigu/baihu-panel/internal/constant.BuildTime=${BUILD_TIME_VAL}'" \
-o baihu .
# ================================