Use Go 1.22 in Dockerfile

This commit is contained in:
2026-04-27 11:01:36 +08:00
parent 0e8f3df446
commit 4f5aecbcc2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder
WORKDIR /app