Skip to content

Commit 20d7243

Browse files
committed
Update go version in CI test
1 parent 8fd6056 commit 20d7243

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- run: |
3737
test '${{ steps.go-version-1.outputs.minimal }}' == '1.16'
3838
- run: |
39-
test '${{ steps.go-version-1.outputs.latest }}' == '1.21'
39+
test '${{ steps.go-version-1.outputs.latest }}' == '1.22'
4040
- run: |
41-
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21"]'
41+
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22"]'
4242
- uses: ./
4343
id: go-version-2
4444
with:
@@ -49,11 +49,11 @@ jobs:
4949
- run: |
5050
test '${{ steps.go-version-2.outputs.go-mod-version }}' == '1.16'
5151
- run: |
52-
test '${{ steps.go-version-2.outputs.minimal }}' == '1.20'
52+
test '${{ steps.go-version-2.outputs.minimal }}' == '1.21'
5353
- run: |
54-
test '${{ steps.go-version-2.outputs.latest }}' == '1.21'
54+
test '${{ steps.go-version-2.outputs.latest }}' == '1.22'
5555
- run: |
56-
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.20","1.21"]'
56+
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.21","1.22"]'
5757
- uses: ./
5858
id: go-version-3
5959
with:
@@ -65,8 +65,8 @@ jobs:
6565
- run: |
6666
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
6767
- run: |
68-
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.14'
68+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.7'
6969
- run: |
70-
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.7'
70+
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.0'
7171
- run: |
72-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.14","1.21.7"]'
72+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.7","1.22.0"]'

0 commit comments

Comments
 (0)