3737 - run : |
3838 test '${{ steps.go-version-1.outputs.minimal }}' == '1.16'
3939 - run : |
40- test '${{ steps.go-version-1.outputs.latest }}' == '1.24 '
40+ test '${{ steps.go-version-1.outputs.latest }}' == '1.25 '
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","1.24"]'
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","1.25" ]'
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.23 '
53+ test '${{ steps.go-version-2.outputs.minimal }}' == '1.24 '
5454 - run : |
55- test '${{ steps.go-version-2.outputs.latest }}' == '1.24 '
55+ test '${{ steps.go-version-2.outputs.latest }}' == '1.25 '
5656 - run : |
57- test '${{ steps.go-version-2.outputs.matrix }}' == '["1.23 ","1.24 "]'
57+ test '${{ steps.go-version-2.outputs.matrix }}' == '["1.24 ","1.25 "]'
5858 - uses : ./
5959 id : go-version-3
6060 with :
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.23.12 '
69+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.6 '
7070 - run : |
71- test '${{ steps.go-version-3.outputs.latest }}' == '1.24.6 '
71+ test '${{ steps.go-version-3.outputs.latest }}' == '1.25.0 '
7272 - run : |
73- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.23.12 ","1.24.6 "]'
73+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.6 ","1.25.0 "]'
0 commit comments