From 1c990cd3bc13064f61639a67f4edd7ff4cbc62e8 Mon Sep 17 00:00:00 2001 From: dela Date: Mon, 25 May 2026 17:02:10 +0800 Subject: [PATCH] build: align Docker builder with go 1.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e6e906..5314298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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