chore(golang): upgrade to 1.25

This commit is contained in:
Aaron Liu
2026-01-14 10:36:18 +08:00
parent 87b1020c4a
commit 5924e406ab
3 changed files with 4 additions and 4 deletions

2
assets

Submodule assets updated: 0b388cc50a...64da85e595

View File

@@ -3,7 +3,7 @@ trigger:
include:
- '*'
variables:
GO_VERSION: "1.23.6"
GO_VERSION: "1.25.5"
NODE_VERSION: "22.x"
DOCKER_BUILDKIT: 1

4
go.mod
View File

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