Skip to content

Commit 179dd3b

Browse files
authored
Update test.yml with new Go versions
1 parent 17e4c91 commit 179dd3b

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.10'
69+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.11'
7070
- run: |
71-
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.3'
71+
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.4'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.10","1.22.3"]'
73+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.11","1.22.4"]'

0 commit comments

Comments
 (0)