File tree Expand file tree Collapse file tree 13 files changed +19
-19
lines changed Expand file tree Collapse file tree 13 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 34
34
- name : Setup Go
35
35
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
36
36
with :
37
- go-version : ~1.22.6
37
+ go-version : ~1.22.7
38
38
39
39
# Generate apidiff states of Main
40
40
- name : Generate-States
Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
32
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33
33
with :
34
- go-version : " ~1.22.6 "
34
+ go-version : " ~1.22.7 "
35
35
cache : false
36
36
- name : Cache Go
37
37
id : go-cache
Original file line number Diff line number Diff line change 22
22
- name : Setup Go
23
23
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
24
24
with :
25
- go-version : ~1.22.6
25
+ go-version : ~1.22.7
26
26
cache : false
27
27
- name : Cache Go
28
28
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
47
47
- name : Setup Go
48
48
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
49
49
with :
50
- go-version : ~1.22.6
50
+ go-version : ~1.22.7
51
51
cache : false
52
52
- name : Cache Go
53
53
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Original file line number Diff line number Diff line change 22
22
- name : Setup Go
23
23
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
24
24
with :
25
- go-version : ~1.22.6
25
+ go-version : ~1.22.7
26
26
cache : false
27
27
- name : Cache Go
28
28
id : go-cache
45
45
- name : Setup Go
46
46
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
47
47
with :
48
- go-version : ~1.22.6
48
+ go-version : ~1.22.7
49
49
cache : false
50
50
- name : Cache Go
51
51
id : go-cache
69
69
- name : Setup Go
70
70
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
71
71
with :
72
- go-version : ~1.22.6
72
+ go-version : ~1.22.7
73
73
cache : false
74
74
- name : Cache Go
75
75
id : go-cache
94
94
- name : Setup Go
95
95
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
96
96
with :
97
- go-version : ~1.22.6
97
+ go-version : ~1.22.7
98
98
cache : false
99
99
- name : Cache Go
100
100
id : go-cache
@@ -194,7 +194,7 @@ jobs:
194
194
- name : Setup Go
195
195
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
196
196
with :
197
- go-version : ~1.22.6
197
+ go-version : ~1.22.7
198
198
cache : false
199
199
- name : Cache Go
200
200
id : go-cache
@@ -256,7 +256,7 @@ jobs:
256
256
- name : Setup Go
257
257
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
258
258
with :
259
- go-version : ~1.22.6
259
+ go-version : ~1.22.7
260
260
cache : false
261
261
- name : Cache Go
262
262
id : go-cache
Original file line number Diff line number Diff line change 33
33
- name : Setup Go
34
34
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
35
35
with :
36
- go-version : ~1.22.6
36
+ go-version : ~1.22.7
37
37
- name : Test
38
38
run : make builder-integration-test
Original file line number Diff line number Diff line change 32
32
- name : Setup Go
33
33
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
34
34
with :
35
- go-version : ~1.22.6
35
+ go-version : ~1.22.7
36
36
- name : Cache Go
37
37
id : go-cache
38
38
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Original file line number Diff line number Diff line change 26
26
- name : Setup Go
27
27
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
28
28
with :
29
- go-version : ~1.22.6
29
+ go-version : ~1.22.7
30
30
31
31
# Initializes the CodeQL tools for scanning.
32
32
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 43
43
- name : Setup Go
44
44
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
45
45
with :
46
- go-version : ~1.22.6
46
+ go-version : ~1.22.7
47
47
cache : false
48
48
- name : Run Contrib Tests
49
49
run : |
Original file line number Diff line number Diff line change 16
16
- name : Setup Go
17
17
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
18
with :
19
- go-version : ~1.22.6
19
+ go-version : ~1.22.7
20
20
21
21
- name : Run benchmark
22
22
run : make gobenchmark
Original file line number Diff line number Diff line change 94
94
- name : Setup Go
95
95
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
96
96
with :
97
- go-version : ~1.22.6
97
+ go-version : ~1.22.7
98
98
# Prepare Core for release.
99
99
# - Update CHANGELOG.md file, this is done via chloggen
100
100
# - Run make prepare-release PREVIOUS_VERSION=1.0.0 RELEASE_CANDIDATE=1.1.0 MODSET=stable
You can’t perform that action at this time.
0 commit comments