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 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- go : [ '1.23', '1.24 ' ]
13
+ go : [ '1.23', '1.25 ' ]
14
14
uses : ./.github/workflows/tests.yaml
15
15
with :
16
16
sha : ${{ github.sha }}
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- go : [ '1.23', '1.24 ' ]
24
+ go : [ '1.23', '1.25 ' ]
25
25
uses : ./.github/workflows/s390x.yaml
26
26
with :
27
27
sha : ${{ github.sha }}
32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- go : [ '1.23', '1.24 ' ]
35
+ go : [ '1.23', '1.25 ' ]
36
36
uses : ./.github/workflows/stress.yaml
37
37
with :
38
38
sha : ${{ github.sha }}
43
43
strategy :
44
44
fail-fast : false
45
45
matrix :
46
- go : [ '1.23', '1.24 ' ]
46
+ go : [ '1.23', '1.25 ' ]
47
47
uses : ./.github/workflows/instrumented.yaml
48
48
with :
49
49
sha : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments