Skip to content

Commit

Permalink
Fix versions in test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Aug 1, 2022
1 parent 7c8a23c commit c7860ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- run: |
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
- run: |
test '${{ steps.go-version-3.outputs.minimal }}' == '1.17.11'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.17.12'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.18.3'
test '${{ steps.go-version-3.outputs.latest }}' == '1.18.4'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.17.11","1.18.3"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.17.12","1.18.4"]'

0 comments on commit c7860ca

Please sign in to comment.