File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
30
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
31
31
with :
32
- go-version : " ~1.22.3 "
32
+ go-version : " ~1.22.4 "
33
33
cache : false
34
34
- name : Cache Go
35
35
id : go-cache
Original file line number Diff line number Diff line change 22
22
- name : Setup Go
23
23
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
24
24
with :
25
- go-version : ~1.21.10
25
+ go-version : ~1.21.11
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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
47
47
with :
48
- go-version : ~1.21.10
48
+ go-version : ~1.21.11
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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
71
71
with :
72
- go-version : ~1.21.10
72
+ go-version : ~1.21.11
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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
96
96
with :
97
- go-version : ~1.21.10
97
+ go-version : ~1.21.11
98
98
cache : false
99
99
- name : Cache Go
100
100
id : go-cache
@@ -141,7 +141,7 @@ jobs:
141
141
strategy :
142
142
matrix :
143
143
runner : [ubuntu-latest]
144
- go-version : ["~1.22", "~1.21.10 "] # 1.20 needs quotes otherwise it's interpreted as 1.2
144
+ go-version : ["~1.22", "~1.21.11 "] # 1.20 needs quotes otherwise it's interpreted as 1.2
145
145
runs-on : ${{ matrix.runner }}
146
146
needs : [setup-environment]
147
147
steps :
@@ -201,7 +201,7 @@ jobs:
201
201
- name : Setup Go
202
202
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
203
203
with :
204
- go-version : ~1.21.10
204
+ go-version : ~1.21.11
205
205
cache : false
206
206
- name : Cache Go
207
207
id : go-cache
@@ -263,7 +263,7 @@ jobs:
263
263
- name : Setup Go
264
264
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
265
265
with :
266
- go-version : ~1.21.10
266
+ go-version : ~1.21.11
267
267
cache : false
268
268
- name : Cache Go
269
269
id : go-cache
Original file line number Diff line number Diff line change 21
21
ref : ${{ github.head_ref }}
22
22
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
23
23
with :
24
- go-version : ~1.21.10
24
+ go-version : ~1.21.11
25
25
cache : false
26
26
- name : Cache Go
27
27
id : go-cache
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module go.opentelemetry.io/collector/cmd/otelcorecol
4
4
5
5
go 1.21.0
6
6
7
- toolchain go1.21.10
7
+ toolchain go1.21.11
8
8
9
9
require (
10
10
go.opentelemetry.io/collector/component v0.102.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module go.opentelemetry.io/collector/pdata/pprofile
2
2
3
3
go 1.21.0
4
4
5
- toolchain go1.21.10
5
+ toolchain go1.21.11
6
6
7
7
require (
8
8
github.com/stretchr/testify v1.9.0
You can’t perform that action at this time.
0 commit comments