Skip to content

Commit

Permalink
added test/cov for new golang compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 12, 2023
1 parent ca66bca commit e2ad370
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 @@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.11.x, 1.17.x ]
go-version: [ 1.11.x, 1.17.x, 1.20.x ]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ ubuntu-latest ]
fail-fast: false
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
#with:
Expand Down

0 comments on commit e2ad370

Please sign in to comment.