Skip to content

Commit

Permalink
fix Github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Mar 11, 2023
1 parent 2a8c625 commit a289ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: ['1.19.x']
go-version: ['1.20.x']

steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ['1.18.x', '1.19.x']
go-version: ['1.20.x']

steps:
- name: Install Go
Expand Down

0 comments on commit a289ac8

Please sign in to comment.