Skip to content

Commit 7cc677e

Browse files
authored
Update test.yml
1 parent 47d5d8c commit 7cc677e

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.23'
40+
test '${{ steps.go-version-1.outputs.latest }}' == '1.24'
4141
- run: |
42-
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22","1.23"]'
42+
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"]'
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.22'
53+
test '${{ steps.go-version-2.outputs.minimal }}' == '1.23'
5454
- run: |
55-
test '${{ steps.go-version-2.outputs.latest }}' == '1.23'
55+
test '${{ steps.go-version-2.outputs.latest }}' == '1.24'
5656
- run: |
57-
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.22","1.23"]'
57+
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.23","1.24"]'
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.22.12'
69+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.23.6'
7070
- run: |
71-
test '${{ steps.go-version-3.outputs.latest }}' == '1.23.6'
71+
test '${{ steps.go-version-3.outputs.latest }}' == '1.24.0'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.12","1.23.6"]'
73+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.23.6","1.24.0"]'

0 commit comments

Comments
 (0)