File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
2- FROM --platform=$BUILDPLATFORM golang:1.21 -alpine AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.23 -alpine AS builder
33
44ARG VERSION="dev"
55ARG COMMIT="unknown"
Original file line number Diff line number Diff line change 11module github.com/iyear/tdl/core
22
3- go 1.21
3+ go 1.23
44
55require (
66 github.com/cenkalti/backoff/v4 v4.3.0
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ go1.21.13 linux/amd64
257257To build the extended edition of `tdl` from source you must :
258258
2592591. Install [Git](https://git-scm.com/)
260- 2. Install [Go](https://go.dev/) version 1.21 or later
260+ 2. Install [Go](https://go.dev/) version 1.23 or later
2612613. Update your `PATH` environment variable as described in the Go documentation
262262
263263{{< hint info >}}
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ go1.21.13 linux/amd64
256256要从源代码构建 `tdl` 的扩展版本,您必须:
257257
2582581. 安装 [Git](https://git-scm.com/)
259- 2. 安装 Go 的 1.21 版本或更高版本
259+ 2. 安装 Go 的 1.23 版本或更高版本
2602603. 根据 Go 文档中的描述更新您的 `PATH` 环境变量
261261
262262{{< hint info >}}
Original file line number Diff line number Diff line change 11module github.com/iyear/tdl/docs
22
3- go 1.21
3+ go 1.23
44
55require github.com/alex-shpak/hugo-book v0.0.0-20230808113920-3f1bcccbfb24 // indirect
Original file line number Diff line number Diff line change 11module github.com/iyear/tdl/extension
22
3- go 1.21
3+ go 1.23
44
55replace github.com/iyear/tdl/core => ../core
66
Original file line number Diff line number Diff line change 11module github.com/iyear/tdl
22
3- go 1.21
3+ go 1.23
44
55replace (
66 github.com/iyear/tdl/core => ./core
You can’t perform that action at this time.
0 commit comments