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 4
4
test-nocache :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.22 .x, 1.23 .x]
7
+ go-version : [1.23 .x, 1.24 .x]
8
8
os : [ubuntu-latest, macos-latest, windows-latest]
9
9
runs-on : ${{ matrix.os }}
10
10
steps :
21
21
- uses : actions/checkout@v4
22
22
- uses : actions/setup-go@v5
23
23
with :
24
- go-version : 1.23 .x
24
+ go-version : 1.24 .x
25
25
- run : go test ./...
Original file line number Diff line number Diff line change 13
13
test :
14
14
strategy :
15
15
matrix :
16
- go-version : [1.22 .x, 1.23 .x]
16
+ go-version : [1.23 .x, 1.24 .x]
17
17
os : [ubuntu-latest, macos-latest, windows-latest]
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
Original file line number Diff line number Diff line change 1
1
module mod.test/actions
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require rsc.io/quote v1.5.2
6
6
You can’t perform that action at this time.
0 commit comments