From 82c8dd352c71c7eb33a9e246154586420955714f Mon Sep 17 00:00:00 2001 From: chengcheng Date: Tue, 14 Jul 2026 10:28:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9B=BA=E5=AE=9A=E5=B7=B2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=BC=8F=E6=B4=9E=E7=9A=84=20Go=20=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=93=BE=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- apps/api/go.mod | 2 ++ go.work | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37f1e91..0bd8467 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.26.3 +ARG GO_VERSION=1.26.5 ARG NODE_VERSION=22 ARG GO_BUILD_IMAGE=golang:${GO_VERSION}-alpine ARG API_RUNTIME_IMAGE=alpine:3.22 diff --git a/apps/api/go.mod b/apps/api/go.mod index e4b659b..69c6e99 100644 --- a/apps/api/go.mod +++ b/apps/api/go.mod @@ -2,6 +2,8 @@ module github.com/easyai/easyai-ai-gateway/apps/api go 1.25.0 +toolchain go1.26.5 + require ( github.com/coreos/go-oidc/v3 v3.20.0 github.com/dop251/goja v0.0.0-20260311135729-065cd970411c diff --git a/go.work b/go.work index a8031bc..46b33a3 100644 --- a/go.work +++ b/go.work @@ -1,3 +1,5 @@ go 1.25.0 +toolchain go1.26.5 + use ./apps/api