Skip to content

Commit a691825

Browse files
authored
Update test.yml (#434)
* Update test.yml * Update test.yml
1 parent d5d993a commit a691825

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
@@ -37,9 +37,9 @@ jobs:
3737
- run: |
3838
test '${{ steps.go-version-1.outputs.minimal }}' == '1.16'
3939
- run: |
40-
test '${{ steps.go-version-1.outputs.latest }}' == '1.22'
40+
test '${{ steps.go-version-1.outputs.latest }}' == '1.23'
4141
- run: |
42-
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22"]'
42+
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22","1.23"]'
4343
- uses: ./
4444
id: go-version-2
4545
with:
@@ -50,11 +50,11 @@ jobs:
5050
- run: |
5151
test '${{ steps.go-version-2.outputs.go-mod-version }}' == '1.16'
5252
- run: |
53-
test '${{ steps.go-version-2.outputs.minimal }}' == '1.21'
53+
test '${{ steps.go-version-2.outputs.minimal }}' == '1.22'
5454
- run: |
55-
test '${{ steps.go-version-2.outputs.latest }}' == '1.22'
55+
test '${{ steps.go-version-2.outputs.latest }}' == '1.23'
5656
- run: |
57-
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.21","1.22"]'
57+
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.22","1.23"]'
5858
- uses: ./
5959
id: go-version-3
6060
with:
@@ -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.13'
69+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.22.6'
7070
- run: |
71-
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.6'
71+
test '${{ steps.go-version-3.outputs.latest }}' == '1.23.0'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.13","1.22.6"]'
73+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.6","1.23.0"]'

0 commit comments

Comments
 (0)