build: align Docker builder with go 1.24
Some checks failed
ci / build + vet + guard + race (push) Has been cancelled

This commit is contained in:
dela
2026-05-25 17:02:10 +08:00
parent 1b61541ff5
commit 1c990cd3bc

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder
FROM golang:1.24-alpine AS builder
ARG GOPROXY=https://proxy.golang.org,direct
ARG HTTP_PROXY