Use Go 1.23 in Dockerfile

This commit is contained in:
2026-04-27 15:08:45 +08:00
parent b367d49932
commit 60672c4c06
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder FROM golang:1.23-alpine AS builder
WORKDIR /app WORKDIR /app