Skip to content

Commit

Permalink
ci: 更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Aug 10, 2023
1 parent 10f53a4 commit 543880b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
go: ['1.18.x', '1.20.x']
go: ['1.18.x', '1.21.x']

steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
Expand Down

0 comments on commit 543880b

Please sign in to comment.