chore: 固定已修复漏洞的 Go 工具链版本

This commit is contained in:
chengcheng 2026-07-14 10:28:49 +08:00
parent 39b6da0ada
commit 82c8dd352c
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,5 @@
go 1.25.0
toolchain go1.26.5
use ./apps/api