Skip to content

Commit d5d993a

Browse files
authored
Merge pull request #431 from arnested/arnested-patch-1
Update test.yml
2 parents cf7ec58 + 8f761a5 commit d5d993a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- run: |
6767
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
6868
- run: |
69-
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.12'
69+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.13'
7070
- run: |
71-
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.5'
71+
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.6'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.12","1.22.5"]'
73+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.13","1.22.6"]'

0 commit comments

Comments
 (0)