build: update Go version to 1.24.3 in Dockerfile and go.mod

This commit is contained in:
yusing
2025-05-07 23:12:55 +08:00
parent c90ec8caa1
commit 4daefa19d1
5 changed files with 20 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: deps
FROM golang:1.24.2-alpine AS deps
FROM golang:1.24.3-alpine AS deps
HEALTHCHECK NONE
# package version does not matter