Skip to content

Commit 56e79c0

Browse files
authored
Update test.yml (#554)
* Update test.yml * Update test.yml
1 parent ac192ce commit 56e79c0

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
@@ -39,9 +39,9 @@ jobs:
3939
- run: |
4040
test '${{ steps.go-version-1.outputs.minimal }}' == '1.16'
4141
- run: |
42-
test '${{ steps.go-version-1.outputs.latest }}' == '1.25'
42+
test '${{ steps.go-version-1.outputs.latest }}' == '1.26'
4343
- run: |
44-
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22","1.23","1.24","1.25"]'
44+
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22","1.23","1.24","1.25","1.26"]'
4545
- uses: ./
4646
id: go-version-2
4747
with:
@@ -52,11 +52,11 @@ jobs:
5252
- run: |
5353
test '${{ steps.go-version-2.outputs.go-mod-version }}' == '1.16'
5454
- run: |
55-
test '${{ steps.go-version-2.outputs.minimal }}' == '1.24'
55+
test '${{ steps.go-version-2.outputs.minimal }}' == '1.25'
5656
- run: |
57-
test '${{ steps.go-version-2.outputs.latest }}' == '1.25'
57+
test '${{ steps.go-version-2.outputs.latest }}' == '1.26'
5858
- run: |
59-
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.24","1.25"]'
59+
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.25","1.26"]'
6060
- uses: ./
6161
id: go-version-3
6262
with:
@@ -68,8 +68,8 @@ jobs:
6868
- run: |
6969
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
7070
- run: |
71-
test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.13'
71+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.25.7'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.latest }}' == '1.25.7'
73+
test '${{ steps.go-version-3.outputs.latest }}' == '1.26.0'
7474
- run: |
75-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.13","1.25.7"]'
75+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.7","1.26.0"]'

0 commit comments

Comments
 (0)