Skip to content

Commit 637ed62

Browse files
committed
ci: 更新 action 版本
1 parent 2e87936 commit 637ed62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
13-
go: ['1.17.x', '1.25.x']
13+
go: ['1.17.x', '1.26.x']
1414

1515
steps:
1616

1717
- name: Check out code into the Go module directory
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Set up Go ${{ matrix.go }}
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ matrix.go }}
2424
id: go

0 commit comments

Comments
 (0)