File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 strategy :
5252 fail-fast : false
5353 matrix :
54- goversion : ["1.23", "1.24"]
54+ goversion : ["1.23", "1.24", "1.25" ]
5555
5656 name : Build & Test (Linux, Go ${{ matrix.goversion }})
5757 needs : [lint]
7575 strategy :
7676 fail-fast : false
7777 matrix :
78- goversion : ["1.23", "1.24"]
78+ goversion : ["1.23", "1.24", "1.25" ]
7979
8080 name : Build & Test (Windows, Go ${{ matrix.goversion }})
8181 needs : [lint]
9999 strategy :
100100 fail-fast : false
101101 matrix :
102- goversion : ["1.23", "1.24"]
102+ goversion : ["1.23", "1.24", "1.25" ]
103103
104104 name : Build & Test (macOS, Go ${{ matrix.goversion }})
105105 needs : [lint]
@@ -123,7 +123,7 @@ jobs:
123123 strategy :
124124 fail-fast : false
125125 matrix :
126- goversion : ["1.23", "1.24"]
126+ goversion : ["1.23", "1.24", "1.25" ]
127127 goos :
128128 - freebsd
129129 - openbsd
You can’t perform that action at this time.
0 commit comments