Skip to content

Commit 09dc196

Browse files
committed
chore(go): bump to 1.23
1 parent d4278ba commit 09dc196

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
ARG VERSION="dev"
55
ARG COMMIT="unknown"

core/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/iyear/tdl/core
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0

docs/content/en/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ go1.21.13 linux/amd64
257257
To build the extended edition of `tdl` from source you must:
258258

259259
1. 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
261261
3. Update your `PATH` environment variable as described in the Go documentation
262262

263263
{{< hint info >}}

docs/content/zh/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ go1.21.13 linux/amd64
256256
要从源代码构建 `tdl` 的扩展版本,您必须:
257257

258258
1. 安装 [Git](https://git-scm.com/)
259-
2. 安装 Go 的 1.21 版本或更高版本
259+
2. 安装 Go 的 1.23 版本或更高版本
260260
3. 根据 Go 文档中的描述更新您的 `PATH` 环境变量
261261

262262
{{< hint info >}}

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/iyear/tdl/docs
22

3-
go 1.21
3+
go 1.23
44

55
require github.com/alex-shpak/hugo-book v0.0.0-20230808113920-3f1bcccbfb24 // indirect

extension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/iyear/tdl/extension
22

3-
go 1.21
3+
go 1.23
44

55
replace github.com/iyear/tdl/core => ../core
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/iyear/tdl
22

3-
go 1.21
3+
go 1.23
44

55
replace (
66
github.com/iyear/tdl/core => ./core

0 commit comments

Comments
 (0)