update golang sdk to 1.24
All checks were successful
build container / build-container (push) Successful in 6m19s

This commit is contained in:
2025-02-25 09:56:30 +08:00
parent 9b34fd29c0
commit 629c095bbe
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23-alpine
FROM docker.io/library/golang:1.24-alpine
ARG GOPROXY=direct
ARG ALPINE_MIRROR=https://mirrors.ustc.edu.cn
WORKDIR /src