Skip to content

Commit

Permalink
Update go versions in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested authored Apr 3, 2024
1 parent 9dbdfc7 commit 5661c4d
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 @@ -66,8 +66,8 @@ jobs:
- run: |
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
- run: |
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.8'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.9'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.1'
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.2'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.8","1.22.1"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.9","1.22.2"]'

0 comments on commit 5661c4d

Please sign in to comment.