File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 os : ["windows-2022", "ubuntu-24.04", "macos-14"]
22- go : ["1.23.x", "1. 24.x", "1.25.x"]
22+ go : ["1.24.x", "1.25.x"]
2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 os : ["windows-2022", "ubuntu-24.04", "macos-14"]
22- go : ["1.23.x", "1. 24.x", "1.25.x"]
22+ go : ["1.24.x", "1.25.x"]
2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ Developed with runtime:
263263
264264``` text
265265go version
266- go version go1.22 .4 darwin/amd64
266+ go version go1.25 .4 darwin/amd64
267267```
268268
269269## Algorithm excersices sources
You can’t perform that action at this time.
0 commit comments