fix(docker): update Go version in Dockerfile and go.mod to 1.26.2

This commit is contained in:
2026-05-01 21:32:06 +08:00
parent 768ef1293c
commit e252189fa3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# ─── Stage 1: Build Go binaries ───────────────────────────────────────────────
FROM golang:1.23-alpine AS builder
FROM golang:1.26.2-alpine AS builder
ARG TARGETOS
ARG TARGETARCH