Skip to content

Commit

Permalink
Merge pull request #400 from arnested/arnested-patch-1
Browse files Browse the repository at this point in the history
Update go version in CI test
  • Loading branch information
arnested authored Feb 6, 2024
2 parents 8fd6056 + 20d7243 commit 7546a52
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.21'
test '${{ steps.go-version-1.outputs.latest }}' == '1.22'
- run: |
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21"]'
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22"]'
- 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.20'
test '${{ steps.go-version-2.outputs.minimal }}' == '1.21'
- run: |
test '${{ steps.go-version-2.outputs.latest }}' == '1.21'
test '${{ steps.go-version-2.outputs.latest }}' == '1.22'
- run: |
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.20","1.21"]'
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.21","1.22"]'
- 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.20.14'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.7'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.7'
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.0'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.14","1.21.7"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.7","1.22.0"]'

0 comments on commit 7546a52

Please sign in to comment.