Skip to content

Commit

Permalink
Bump tests to go1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Aug 8, 2023
1 parent cc989b3 commit 9a53e9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- run: |
test '${{ steps.go-version-1.outputs.minimal }}' == '1.16'
- run: |
test '${{ steps.go-version-1.outputs.latest }}' == '1.20'
test '${{ steps.go-version-1.outputs.latest }}' == '1.21'
- run: |
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20"]'
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21"]'
- uses: ./
id: go-version-2
with:
Expand All @@ -49,11 +49,11 @@ jobs:
- run: |
test '${{ steps.go-version-2.outputs.go-mod-version }}' == '1.16'
- run: |
test '${{ steps.go-version-2.outputs.minimal }}' == '1.19'
test '${{ steps.go-version-2.outputs.minimal }}' == '1.20'
- run: |
test '${{ steps.go-version-2.outputs.latest }}' == '1.20'
test '${{ steps.go-version-2.outputs.latest }}' == '1.21'
- run: |
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.19","1.20"]'
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.20","1.21"]'
- uses: ./
id: go-version-3
with:
Expand All @@ -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.11'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.7'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.20.6'
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.0'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.11","1.20.6"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.7","1.21.0"]'

0 comments on commit 9a53e9c

Please sign in to comment.