Skip to content

Commit

Permalink
Bump go versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Mar 1, 2023
1 parent fdef82b commit f084623
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.5'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.19.6'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.20'
test '${{ steps.go-version-3.outputs.latest }}' == '1.20.1'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.5","1.20"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.6","1.20.1"]'

0 comments on commit f084623

Please sign in to comment.