File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1717
1818 build-and-test :
1919 name : " Go CI Tests Coverage"
20- strategy :
21- fail-fast : false
22- matrix :
23- os : ["ubuntu-24.04"]
24- go : ["1.23.x"]
25- runs-on : ${{ matrix.os }}
20+ runs-on : " ubuntu-24.04"
2621 steps :
2722 - uses : actions/checkout@v5
2823 with :
3227 - name : Set up Go
3328 uses : actions/setup-go@v5
3429 with :
35- go-version : ${{ matrix.go }}
30+ go-version : " 1.25.x "
3631
3732 - name : Build
3833 run : go build -v ./...
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.22 .x", "1.23 .x", "1.24 .x"]
22+ go : ["1.23 .x", "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.22 .x", "1.23 .x", "1.24 .x"]
22+ go : ["1.23 .x", "1.24 .x", "1.25 .x"]
2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments