From fa640467bc003e90347afa3573057afb3ca6e349 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 14 Oct 2024 12:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7Go=E7=89=88=E6=9C=AC=E8=87=B3?= =?UTF-8?q?1.23=E5=B9=B6=E6=9B=B4=E6=96=B0Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f769a33..1528743 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 构建阶段 -FROM golang:1.21 AS builder +FROM golang:1.23 AS builder WORKDIR /app diff --git a/go.mod b/go.mod index e894bdb..8ae865f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module random-api-go -go 1.21.3 +go 1.23