File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 25
25
- name : Set up Go
26
26
uses : actions/setup-go@v4
27
27
with :
28
- go-version : ' 1.24 '
28
+ go-version : ' 1.23 '
29
29
30
30
- run : GOTRACEBACK=all make test testobjiotracing generate
31
31
42
42
- name : Set up Go
43
43
uses : actions/setup-go@v4
44
44
with :
45
- go-version : ' 1.24 '
45
+ go-version : ' 1.23 '
46
46
47
47
- name : mod-tidy-check
48
48
run : make mod-tidy-check
59
59
- name : Set up Go
60
60
uses : actions/setup-go@v4
61
61
with :
62
- go-version : ' 1.24 '
62
+ go-version : ' 1.23 '
63
63
64
64
- run : GOTRACEBACK=all make test TAGS=
65
65
72
72
- name : Set up Go
73
73
uses : actions/setup-go@v4
74
74
with :
75
- go-version : ' 1.24 '
75
+ go-version : ' 1.23 '
76
76
77
77
- run : GOTRACEBACK=all make testnocgo
78
78
85
85
- name : Set up Go
86
86
uses : actions/setup-go@v4
87
87
with :
88
- go-version : " 1.24 "
88
+ go-version : " 1.23 "
89
89
90
90
- run : GOTRACEBACK=all make testrace TAGS=
91
91
98
98
- name : Set up Go
99
99
uses : actions/setup-go@v4
100
100
with :
101
- go-version : ' 1.24 '
101
+ go-version : ' 1.23 '
102
102
103
103
- run : GOTRACEBACK=all make test
104
104
@@ -115,7 +115,7 @@ jobs:
115
115
- name : Set up Go
116
116
uses : actions/setup-go@v5
117
117
with :
118
- go-version : ' 1.24 '
118
+ go-version : ' 1.23 '
119
119
120
120
- name : Stress new tests
121
121
env :
Original file line number Diff line number Diff line change 29
29
- name : Set up Go
30
30
uses : actions/setup-go@v2
31
31
with :
32
- go-version : " 1.24 "
32
+ go-version : " 1.23 "
33
33
34
34
- name : Get list of changed packages
35
35
shell : bash
Original file line number Diff line number Diff line change 14
14
go_version :
15
15
description : ' Go version'
16
16
required : false
17
- default : ' 1.24 '
17
+ default : ' 1.23 '
18
18
type : string
19
19
workflow_dispatch :
20
20
inputs :
29
29
go_version :
30
30
description : ' Go version'
31
31
required : false
32
- default : ' 1.24 '
32
+ default : ' 1.23 '
33
33
type : string
34
34
35
35
jobs :
Original file line number Diff line number Diff line change 24
24
- name : Set up Go
25
25
uses : actions/setup-go@v2
26
26
with :
27
- go-version : " 1.24 "
27
+ go-version : " 1.23 "
28
28
29
29
- name : Generate coverage
30
30
run : scripts/code-coverage.sh
Original file line number Diff line number Diff line change 14
14
go_version :
15
15
description : ' Go version'
16
16
required : false
17
- default : ' 1.24 '
17
+ default : ' 1.23 '
18
18
type : string
19
19
workflow_dispatch :
20
20
inputs :
29
29
go_version :
30
30
description : ' Go version'
31
31
required : false
32
- default : ' 1.24 '
32
+ default : ' 1.23 '
33
33
type : string
34
34
35
35
permissions :
Original file line number Diff line number Diff line change 14
14
go_version :
15
15
description : ' Go version'
16
16
required : false
17
- default : ' 1.24 '
17
+ default : ' 1.23 '
18
18
type : string
19
19
workflow_dispatch :
20
20
inputs :
29
29
go_version :
30
30
description : ' Go version'
31
31
required : false
32
- default : ' 1.24 '
32
+ default : ' 1.23 '
33
33
type : string
34
34
35
35
jobs :
Original file line number Diff line number Diff line change 14
14
go_version :
15
15
description : ' Go version'
16
16
required : false
17
- default : ' 1.24 '
17
+ default : ' 1.23 '
18
18
type : string
19
19
workflow_dispatch :
20
20
inputs :
29
29
go_version :
30
30
description : ' Go version'
31
31
required : false
32
- default : ' 1.24 '
32
+ default : ' 1.23 '
33
33
type : string
34
34
35
35
jobs :
You can’t perform that action at this time.
0 commit comments