Skip to content

Commit 8d63a02

Browse files
authored
Update go.yml
1 parent 3830a96 commit 8d63a02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎.github/workflows/go.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
matrix:
1818
go-version: [1.20, 1.21, 1.22] # 可根据需要增减版本
1919
steps:
20+
- name: Set up Go
21+
uses: actions/setup-go@v4
22+
with:
23+
go-version: ${{ matrix.go-version }}
24+
2025
- name: Verify Go version
2126
run: go version
2227

0 commit comments

Comments
 (0)