Skip to content

Commit

Permalink
ci: 改为 go1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Nov 25, 2021
1 parent ba4e044 commit 69d4ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
go: ['1.16.x']
go: ['1.17.x']

steps:

Expand Down

0 comments on commit 69d4ab1

Please sign in to comment.