Skip to content

Commit 1871483

Browse files
authored
[chore] update golang to 1.19.12 (open-telemetry#24809)
1 parent d35fd1d commit 1871483

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
4444
- uses: actions/setup-go@v4
4545
with:
46-
go-version: ~1.19.11
46+
go-version: ~1.19.12
4747
cache: false
4848
- name: Cache Go
4949
id: go-mod-cache

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-go@v4
2727
with:
28-
go-version: ~1.19.11
28+
go-version: ~1.19.12
2929
cache: false
3030
- name: Cache Go
3131
id: go-cache
@@ -140,7 +140,7 @@ jobs:
140140
- name: Setup Go
141141
uses: actions/setup-go@v4
142142
with:
143-
go-version: ~1.19.11
143+
go-version: ~1.19.12
144144
cache: false
145145
- name: Cache Go
146146
id: go-cache
@@ -163,7 +163,7 @@ jobs:
163163
- uses: actions/checkout@v3
164164
- uses: actions/setup-go@v4
165165
with:
166-
go-version: ~1.19.11
166+
go-version: ~1.19.12
167167
cache: false
168168
- name: Cache Go
169169
id: go-cache
@@ -319,7 +319,7 @@ jobs:
319319
- uses: actions/checkout@v3
320320
- uses: actions/setup-go@v4
321321
with:
322-
go-version: ~1.19.11
322+
go-version: ~1.19.12
323323
cache: false
324324
- name: Cache Go
325325
id: go-cache
@@ -340,7 +340,7 @@ jobs:
340340
- uses: actions/checkout@v3
341341
- uses: actions/setup-go@v4
342342
with:
343-
go-version: ~1.19.11
343+
go-version: ~1.19.12
344344
cache: false
345345
- name: Cache Go
346346
id: go-cache
@@ -366,7 +366,7 @@ jobs:
366366
- uses: actions/checkout@v3
367367
- uses: actions/setup-go@v4
368368
with:
369-
go-version: ~1.19.11
369+
go-version: ~1.19.12
370370
cache: false
371371
- name: Cache Go
372372
id: go-cache
@@ -430,7 +430,7 @@ jobs:
430430
- uses: actions/checkout@v3
431431
- uses: actions/setup-go@v4
432432
with:
433-
go-version: ~1.19.11
433+
go-version: ~1.19.12
434434
cache: false
435435
- name: Cache Go
436436
id: go-cache
@@ -562,7 +562,7 @@ jobs:
562562
- uses: actions/checkout@v3
563563
- uses: actions/setup-go@v4
564564
with:
565-
go-version: ~1.19.11
565+
go-version: ~1.19.12
566566
cache: false
567567
- name: Mkdir bin and dist
568568
run: |

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- uses: actions/setup-go@v4
3333
with:
34-
go-version: ~1.19.11
34+
go-version: ~1.19.12
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-go@v4
1919
with:
20-
go-version: ~1.19.11
20+
go-version: ~1.19.12
2121
cache: false
2222

2323
# Initializes the CodeQL tools for scanning.

.github/workflows/create-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: sudo apt-get update; sudo apt-get install zsh
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: ~1.19.11
15+
go-version: ~1.19.12
1616
cache: false
1717
- name: Run dependabot-pr.sh
1818
run: ./.github/workflows/scripts/dependabot-pr.sh

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: ~1.19.11
19+
go-version: ~1.19.12
2020
cache: false
2121
- name: Cache Go
2222
id: go-cache
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-go@v4
5555
with:
56-
go-version: ~1.19.11
56+
go-version: ~1.19.12
5757
cache: false
5858
- name: Cache Go
5959
id: go-cache

.github/workflows/load-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-go@v4
2929
with:
30-
go-version: ~1.19.11
30+
go-version: ~1.19.12
3131
cache: false
3232
- name: Cache Go
3333
id: go-cache
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v3
6666
- uses: actions/setup-go@v4
6767
with:
68-
go-version: ~1.19.11
68+
go-version: ~1.19.12
6969
cache: false
7070
- name: Cache Go
7171
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@v4
2828
with:
29-
go-version: ~1.19.11
29+
go-version: ~1.19.12
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
@@ -26,7 +26,7 @@ jobs:
2626
path: opentelemetry-collector-contrib
2727
- uses: actions/setup-go@v4
2828
with:
29-
go-version: ~1.19.11
29+
go-version: ~1.19.12
3030
cache: false
3131
- name: Cache Go
3232
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
token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
2222
- uses: actions/setup-go@v4
2323
with:
24-
go-version: ~1.19.11
24+
go-version: ~1.19.12
2525
cache: false
2626
- name: Cache Go
2727
id: go-cache

0 commit comments

Comments
 (0)