Skip to content

Commit

Permalink
Add go1.18 to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Mar 29, 2022
1 parent 4520994 commit 8d5b836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- run: |
test '${{ steps.go-version.outputs.minimal }}' == '1.13'
- run: |
test '${{ steps.go-version.outputs.latest }}' == '1.17'
test '${{ steps.go-version.outputs.latest }}' == '1.18'
- run: |
test '${{ steps.go-version.outputs.matrix }}' == '["1.17","1.16","1.15","1.14","1.13"]'
test '${{ steps.go-version.outputs.matrix }}' == '["1.18","1.17","1.16","1.15","1.14","1.13"]'

0 comments on commit 8d5b836

Please sign in to comment.