Skip to content

Commit d933ca5

Browse files
author
yangtao
committed
update: go version
1 parent 5bad3f2 commit d933ca5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN pnpm build
2323
RUN pnpm prune --prod
2424

2525
# ========= Go 构建阶段 =========
26-
FROM golang:1.21-alpine AS backend-builder
26+
FROM golang:1.23-alpine AS backend-builder
2727
ARG VERSION=dev
2828
WORKDIR /app
2929

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module NodePassDash
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)