Skip to content

Commit 02882b5

Browse files
committed
fix: 恢复Go版本为1.24.7
1 parent 66fd4f8 commit 02882b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
## 模块
2929

3030
- 模块路径:`github.com/Rodert/go-commons`
31-
- Go 版本:`1.24.3`
31+
- Go 版本:`1.24.7`
3232

3333
## 安装
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A small collection of Go utility packages focused on string helpers and basic sy
2828
## Module
2929

3030
- Module path: `github.com/Rodert/go-commons`
31-
- Go version: `1.24.3`
31+
- Go version: `1.24.7`
3232

3333
## Install
3434

go.mod

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

3-
go 1.22.0
3+
go 1.24.7
44

55
require (
66
github.com/gin-gonic/gin v1.10.1

0 commit comments

Comments
 (0)