Skip to content

Commit b9b4a27

Browse files
committed
feat: lint 升级 1.24
1 parent 4849c74 commit b9b4a27

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.22.x'
17+
go-version: '1.24.x'
1818

1919
- name: Check out code
2020
uses: actions/checkout@v4

go.mod

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

3-
go 1.24.3
3+
go 1.24.0
4+
5+
toolchain go1.24.7
46

57
require (
68
github.com/gin-gonic/gin v1.10.1

0 commit comments

Comments
 (0)