Skip to content

Commit 892b5ee

Browse files
committed
ci: 将Go版本从1.25降级至1.23
1 parent 731b06d commit 892b5ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v4
3636
with:
37-
go-version: '1.25'
37+
go-version: '1.23'
3838

3939
- name: Cache Go modules
4040
uses: actions/cache@v3
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Go
9797
uses: actions/setup-go@v4
9898
with:
99-
go-version: '1.25'
99+
go-version: '1.23'
100100

101101
- name: Build
102102
run: |
@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up Go
181181
uses: actions/setup-go@v4
182182
with:
183-
go-version: '1.25'
183+
go-version: '1.23'
184184

185185
- name: Run GoReleaser
186186
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)