chore: update Go version in Dockerfiles to 1.25.5 for improved compatibility and performance

This commit is contained in:
keven1024
2026-03-01 23:44:02 +08:00
parent 64126e7c4c
commit 75c269b60e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM golang:1.24.3 AS builder
FROM golang:1.25.5 AS builder
# Set destination for COPY
WORKDIR /app