Skip to content

Commit

Permalink
Merge pull request #348 from arnested/update-test-version
Browse files Browse the repository at this point in the history
Update tests for new go versions
  • Loading branch information
arnested authored Jul 11, 2023
2 parents 2d1ad56 + b3fbb72 commit c750f1a
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.19.10'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.19.11'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.20.5'
test '${{ steps.go-version-3.outputs.latest }}' == '1.20.6'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.10","1.20.5"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.11","1.20.6"]'

0 comments on commit c750f1a

Please sign in to comment.