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

This commit is contained in:
guochao 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 GOPROXY=direct
ARG ALPINE_MIRROR=https://mirrors.ustc.edu.cn ARG ALPINE_MIRROR=https://mirrors.ustc.edu.cn
WORKDIR /src WORKDIR /src

View File

@ -18,5 +18,6 @@ services:
- HTTPS_PROXY=http://100.64.0.23:7890 - HTTPS_PROXY=http://100.64.0.23:7890
- HTTP_PROXY=http://100.64.0.23:7890 - HTTP_PROXY=http://100.64.0.23:7890
- ALL_PROXY=http://100.64.0.23:7890 - ALL_PROXY=http://100.64.0.23:7890
- NO_PROXY=localhost,local,cn,*.local,*.cn,127.0.0.1,127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,100.64.0.0/16
- SENTRY_DSN=http://3b7336602c77427d96318074cd86ee04@100.64.0.2:8000/2 - SENTRY_DSN=http://3b7336602c77427d96318074cd86ee04@100.64.0.2:8000/2
- LOG_LEVEL=debug - LOG_LEVEL=debug