Skip to content

Commit

Permalink
Merge pull request #383 from arnested/Update-tests-to-newest-go-versions
Browse files Browse the repository at this point in the history
Update tests to newest go versions
  • Loading branch information
arnested authored Nov 7, 2023
2 parents f3c6195 + c446b69 commit ffe6c99
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.20.10'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.11'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.3'
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.4'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.10","1.21.3"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.11","1.21.4"]'

0 comments on commit ffe6c99

Please sign in to comment.