File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 test-nocache :
55 strategy :
66 matrix :
7- go-version : [1.22 .x, 1.23 .x]
7+ go-version : [1.23 .x, 1.24 .x]
88 os : [ubuntu-latest, macos-latest, windows-latest]
99 runs-on : ${{ matrix.os }}
1010 steps :
2121 - uses : actions/checkout@v4
2222 - uses : actions/setup-go@v5
2323 with :
24- go-version : 1.23 .x
24+ go-version : 1.24 .x
2525 - run : go test ./...
Original file line number Diff line number Diff line change 1313 test :
1414 strategy :
1515 matrix :
16- go-version : [1.22 .x, 1.23 .x]
16+ go-version : [1.23 .x, 1.24 .x]
1717 os : [ubuntu-latest, macos-latest, windows-latest]
1818 runs-on : ${{ matrix.os }}
1919 steps :
Original file line number Diff line number Diff line change 11module mod.test/actions
22
3- go 1.22
3+ go 1.23
44
55require rsc.io/quote v1.5.2
66
You can’t perform that action at this time.
0 commit comments