File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 - uses : actions/setup-go@v6
2121 with :
22- go-version : ' 1.24.3 '
22+ go-version : ' 1.25.0 '
2323
2424 - name : Install Tool
2525 run : |
Original file line number Diff line number Diff line change 2929
3030 - uses : actions/setup-go@v6
3131 with :
32- go-version : ' 1.24.3 '
32+ go-version : ' 1.25.0 '
3333
3434 - name : Build Docs
3535 env :
Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@v6
2525 with :
26- go-version : ' 1.24.3 '
26+ go-version : ' 1.25.0 '
2727
2828 - name : Get version
2929 id : get_version
6767 - name : Set up Go
6868 uses : actions/setup-go@v6
6969 with :
70- go-version : ' 1.24.3 '
70+ go-version : ' 1.25.0 '
7171 - name : Get version
7272 id : get_version
7373 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Original file line number Diff line number Diff line change 2020
2121 - uses : actions/setup-go@v6
2222 with :
23- go-version : ' 1.24.3 '
23+ go-version : ' 1.25.0 '
2424
2525 - name : Install Jzero and Grum
2626 run : |
Original file line number Diff line number Diff line change 11module github.com/jzero-io/jzero/cmd/jzero
22
3- go 1.24.3
3+ go 1.25.0
44
55require (
66 github.com/a8m/envsubst v1.4.3
77 github.com/dave/dst v0.27.3
88 github.com/go-git/go-git/v5 v5.17.1
99 github.com/golang-migrate/migrate/v4 v4.19.1
10- github.com/hashicorp/go-version v1.8 .0
10+ github.com/hashicorp/go-version v1.9 .0
1111 github.com/iancoleman/orderedmap v0.3.0
1212 github.com/jaronnie/genius v0.6.1
1313 github.com/jhump/protoreflect v1.17.0
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLW
123123github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 /go.mod h1:zQrxl1YP88HQlA6i9c63DSVPFklWpGX4OWAc9bFuaH4 =
124124github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 h1:2VTzZjLZBgl62/EtslCrtky5vbi9dd7HrQPQIx6wqiw =
125125github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 /go.mod h1:Ow0tF8D4Kplbc8s8sSb3V2oUCygFHVp8gC3Dn6U4MNI =
126- github.com/hashicorp/go-version v1.8 .0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4 =
127- github.com/hashicorp/go-version v1.8 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
126+ github.com/hashicorp/go-version v1.9 .0 h1:CeOIz6k+LoN3qX9Z0tyQrPtiB1DFYRPfCIBtaXPSCnA =
127+ github.com/hashicorp/go-version v1.9 .0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
128128github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k =
129129github.com/hashicorp/golang-lru/v2 v2.0.7 /go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM =
130130github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Recommend using [gvm](https://github.com/jaronnie/gvm) to install golang environ
1212
1313Provides the following three ways to use jzero, choose one based on your actual situation
1414
15- * Source installation(** go version >= go1.24.3 ** )
15+ * Source installation(** go version >= go1.25.0 ** )
1616* Directly [ download jzero binary] ( https://github.com/jzero-io/jzero/releases )
1717* Install jzero based on Docker, [ image address] ( https://github.com/jzero-io/jzero/pkgs/container/jzero )
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ order: 2
1212
1313提供以下三种方式使用 jzero, 请根据实际情况任选一种即可
1414
15- * 源码安装(** go version >= go1.24.3 ** )
15+ * 源码安装(** go version >= go1.25.0 ** )
1616* 直接[ 下载 jzero 二进制文件] ( https://github.com/jzero-io/jzero/releases )
1717* 基于 Docker 安装 jzero, [ 镜像地址] ( https://github.com/jzero-io/jzero/pkgs/container/jzero )
1818
Original file line number Diff line number Diff line change 11module github.com/jzero-io/jzero
22
3- go 1.24.3
3+ go 1.25.0
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
You can’t perform that action at this time.
0 commit comments