From 5924e406abd5f41703ed02afe13542699d9dbeaa Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Wed, 14 Jan 2026 10:36:18 +0800 Subject: [PATCH] chore(golang): upgrade to 1.25 --- assets | 2 +- azure-pipelines.yml | 2 +- go.mod | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets b/assets index 0b388cc5..64da85e5 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 0b388cc50a6c8e67f645d1b7d569bd9e58ae2c30 +Subproject commit 64da85e59527f01271a30d775d99cb8e18e80aee diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e712201e..6f560d0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: include: - '*' variables: - GO_VERSION: "1.23.6" + GO_VERSION: "1.25.5" NODE_VERSION: "22.x" DOCKER_BUILDKIT: 1 diff --git a/go.mod b/go.mod index 42282990..e98e0101 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/cloudreve/Cloudreve/v4 -go 1.24.0 +go 1.25.0 -toolchain go1.24.9 +toolchain go1.25.5 require ( entgo.io/ent v0.13.0