Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 3501ec7

Browse files
crobert-1jriguera
authored andcommitted
[chore] go version 1.22.6 -> 1.22.7 (open-telemetry#35059)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The goal here is to resolve warnings about [GO-2024-3106](https://pkg.go.dev/vuln/GO-2024-3106). Simply replacing all references from `1.22.6` -> `1.22.7`
1 parent c6c5409 commit 3501ec7

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
5959
- uses: actions/setup-go@v5
6060
with:
61-
go-version: "1.22.6"
61+
go-version: "1.22.7"
6262
cache: false
6363
- name: Cache Go
6464
id: go-mod-cache

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.22.6"
29+
go-version: "1.22.7"
3030
cache: false
3131
- name: Cache Go
3232
id: go-cache
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v4
9393
- uses: actions/setup-go@v5
9494
with:
95-
go-version: "1.22.6"
95+
go-version: "1.22.7"
9696
cache: false
9797
- name: Cache Go
9898
id: go-cache
@@ -161,7 +161,7 @@ jobs:
161161
- name: Setup Go
162162
uses: actions/setup-go@v5
163163
with:
164-
go-version: "1.22.6"
164+
go-version: "1.22.7"
165165
cache: false
166166
- name: Cache Go
167167
id: go-cache
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions/checkout@v4
185185
- uses: actions/setup-go@v5
186186
with:
187-
go-version: "1.22.6"
187+
go-version: "1.22.7"
188188
cache: false
189189
- name: Cache Go
190190
id: go-cache
@@ -253,7 +253,7 @@ jobs:
253253
strategy:
254254
fail-fast: false
255255
matrix:
256-
go-version: ["1.23.0", "1.22.6"] # 1.20 is interpreted as 1.2 without quotes
256+
go-version: ["1.23.0", "1.22.7"] # 1.20 is interpreted as 1.2 without quotes
257257
runner: [ubuntu-latest]
258258
group:
259259
- receiver-0
@@ -369,7 +369,7 @@ jobs:
369369
- uses: actions/checkout@v4
370370
- uses: actions/setup-go@v5
371371
with:
372-
go-version: "1.22.6"
372+
go-version: "1.22.7"
373373
cache: false
374374
- name: Cache Go
375375
id: go-cache
@@ -407,7 +407,7 @@ jobs:
407407
- uses: actions/checkout@v4
408408
- uses: actions/setup-go@v5
409409
with:
410-
go-version: "1.22.6"
410+
go-version: "1.22.7"
411411
cache: false
412412
- name: Cache Go
413413
id: go-cache
@@ -433,7 +433,7 @@ jobs:
433433
- uses: actions/checkout@v4
434434
- uses: actions/setup-go@v5
435435
with:
436-
go-version: "1.22.6"
436+
go-version: "1.22.7"
437437
cache: false
438438
- name: Cache Go
439439
id: go-cache
@@ -503,7 +503,7 @@ jobs:
503503
- uses: actions/checkout@v4
504504
- uses: actions/setup-go@v5
505505
with:
506-
go-version: "1.22.6"
506+
go-version: "1.22.7"
507507
cache: false
508508
- name: Cache Go
509509
id: go-cache
@@ -604,7 +604,7 @@ jobs:
604604
- uses: actions/checkout@v4
605605
- uses: actions/setup-go@v5
606606
with:
607-
go-version: "1.22.6"
607+
go-version: "1.22.7"
608608
cache: false
609609
- name: Mkdir bin and dist
610610
run: |

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- uses: actions/setup-go@v5
3535
with:
36-
go-version: "1.22.6"
36+
go-version: "1.22.7"
3737
cache: false
3838
- name: Cache Go
3939
id: go-cache

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.22.6"
23+
go-version: "1.22.7"
2424
cache: false
2525

2626
# Initializes the CodeQL tools for scanning.

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.22.6"
29+
go-version: "1.22.7"
3030
cache: false
3131
- name: Cache Go
3232
id: go-cache
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-go@v5
5757
with:
58-
go-version: "1.22.6"
58+
go-version: "1.22.7"
5959
cache: false
6060
- name: Cache Go
6161
id: go-cache
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v4
8888
- uses: actions/setup-go@v5
8989
with:
90-
go-version: "1.22.6"
90+
go-version: "1.22.7"
9191
cache: false
9292
- name: Cache Go
9393
id: go-cache
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/checkout@v4
134134
- uses: actions/setup-go@v5
135135
with:
136-
go-version: "1.22.6"
136+
go-version: "1.22.7"
137137
cache: false
138138
- name: Cache Go
139139
id: go-cache

.github/workflows/load-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: "1.22.6"
31+
go-version: "1.22.7"
3232
cache: false
3333
- name: Cache Go
3434
id: go-cache
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767
- uses: actions/setup-go@v5
6868
with:
69-
go-version: "1.22.6"
69+
go-version: "1.22.7"
7070
cache: false
7171
- name: Cache Go
7272
id: go-cache

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: opentelemetry-collector-contrib
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.22.6"
29+
go-version: "1.22.7"
3030
cache: false
3131
- name: Prepare release for contrib
3232
working-directory: opentelemetry-collector-contrib

.github/workflows/prometheus-compliance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: opentelemetry-collector-contrib
3232
- uses: actions/setup-go@v5
3333
with:
34-
go-version: "1.22.6"
34+
go-version: "1.22.7"
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache

.github/workflows/telemetrygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: "1.22.6"
31+
go-version: "1.22.7"
3232
cache: false
3333
- name: Cache Go
3434
id: go-cache
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: "1.22.6"
70+
go-version: "1.22.7"
7171
cache: false
7272
- name: Cache Go
7373
id: go-cache
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v4
113113
- uses: actions/setup-go@v5
114114
with:
115-
go-version: "1.22.6"
115+
go-version: "1.22.7"
116116
cache: false
117117
- name: Cache Go
118118
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@v5
2323
with:
24-
go-version: "1.22.6"
24+
go-version: "1.22.7"
2525
cache: false
2626
- name: Cache Go
2727
id: go-cache

0 commit comments

Comments
 (0)