Skip to content

Commit 63b2b7c

Browse files
mx-psicodeboten
authored andcommitted
[chore] update go to 1.21.11/1.22.4 (open-telemetry#10321) (open-telemetry#10325)
Backport of open-telemetry#10321 Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 3e2d48a commit 63b2b7c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3030
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
3131
with:
32-
go-version: "~1.22.3"
32+
go-version: "~1.22.4"
3333
cache: false
3434
- name: Cache Go
3535
id: go-cache

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424
with:
25-
go-version: ~1.21.10
25+
go-version: ~1.21.11
2626
cache: false
2727
- name: Cache Go
2828
id: go-cache
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Go
4646
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4747
with:
48-
go-version: ~1.21.10
48+
go-version: ~1.21.11
4949
cache: false
5050
- name: Cache Go
5151
id: go-cache
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup Go
7070
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
7171
with:
72-
go-version: ~1.21.10
72+
go-version: ~1.21.11
7373
cache: false
7474
- name: Cache Go
7575
id: go-cache
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Go
9595
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
9696
with:
97-
go-version: ~1.21.10
97+
go-version: ~1.21.11
9898
cache: false
9999
- name: Cache Go
100100
id: go-cache
@@ -141,7 +141,7 @@ jobs:
141141
strategy:
142142
matrix:
143143
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
145145
runs-on: ${{ matrix.runner }}
146146
needs: [setup-environment]
147147
steps:
@@ -201,7 +201,7 @@ jobs:
201201
- name: Setup Go
202202
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
203203
with:
204-
go-version: ~1.21.10
204+
go-version: ~1.21.11
205205
cache: false
206206
- name: Cache Go
207207
id: go-cache
@@ -263,7 +263,7 @@ jobs:
263263
- name: Setup Go
264264
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
265265
with:
266-
go-version: ~1.21.10
266+
go-version: ~1.21.11
267267
cache: false
268268
- name: Cache Go
269269
id: go-cache

.github/workflows/tidy-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2323
with:
24-
go-version: ~1.21.10
24+
go-version: ~1.21.11
2525
cache: false
2626
- name: Cache Go
2727
id: go-cache

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module go.opentelemetry.io/collector/cmd/otelcorecol
44

55
go 1.21.0
66

7-
toolchain go1.21.10
7+
toolchain go1.21.11
88

99
require (
1010
go.opentelemetry.io/collector/component v0.102.0

pdata/pprofile/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.opentelemetry.io/collector/pdata/pprofile
22

33
go 1.21.0
44

5-
toolchain go1.21.10
5+
toolchain go1.21.11
66

77
require (
88
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)