Skip to content

Commit

Permalink
Merge pull request #445 from arnested/arnested-patch-1
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
arnested authored Nov 6, 2024
2 parents b576e01 + 2b8c05a commit f523929
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.22.8'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.22.9'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.23.2'
test '${{ steps.go-version-3.outputs.latest }}' == '1.23.3'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.8","1.23.2"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.9","1.23.3"]'

0 comments on commit f523929

Please sign in to comment.