chore(golang): upgrade to 1.25

pull/3192/head
Aaron Liu 2 months ago
parent 87b1020c4a
commit 5924e406ab

@ -1 +1 @@
Subproject commit 0b388cc50a6c8e67f645d1b7d569bd9e58ae2c30
Subproject commit 64da85e59527f01271a30d775d99cb8e18e80aee

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

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

Loading…
Cancel
Save