Skip to content

Commit 1c27a80

Browse files
Alex Botenpantuza
Alex Boten
authored andcommitted
[chore] update versions of go (open-telemetry#9052)
Signed-off-by: Alex Boten <[email protected]>
1 parent 73b2088 commit 1c27a80

11 files changed

+16
-16
lines changed

.github/workflows/api-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Go
3535
uses: actions/setup-go@v4
3636
with:
37-
go-version: ~1.20.11
37+
go-version: ~1.20.12
3838

3939
# Generate apidiff states of Main
4040
- name: Generate-States

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: ~1.20.11
22+
go-version: ~1.20.12
2323
cache: false
2424
- name: Cache Go
2525
uses: actions/cache@v3

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: ~1.20.11
22+
go-version: ~1.20.12
2323
cache: false
2424
- name: Cache Go
2525
id: go-cache
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Go
4343
uses: actions/setup-go@v4
4444
with:
45-
go-version: ~1.20.11
45+
go-version: ~1.20.12
4646
cache: false
4747
- name: Cache Go
4848
id: go-cache
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Go
6767
uses: actions/setup-go@v4
6868
with:
69-
go-version: ~1.20.11
69+
go-version: ~1.20.12
7070
cache: false
7171
- name: Cache Go
7272
id: go-cache
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup Go
9292
uses: actions/setup-go@v4
9393
with:
94-
go-version: ~1.20.11
94+
go-version: ~1.20.12
9595
cache: false
9696
- name: Cache Go
9797
id: go-cache
@@ -133,7 +133,7 @@ jobs:
133133
unittest-matrix:
134134
strategy:
135135
matrix:
136-
go-version: ["~1.21.4", "~1.20.11"] # 1.20 needs quotes otherwise it's interpreted as 1.2
136+
go-version: ["~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2
137137
runs-on: ubuntu-latest
138138
needs: [setup-environment]
139139
steps:
@@ -253,7 +253,7 @@ jobs:
253253
- name: Setup Go
254254
uses: actions/setup-go@v4
255255
with:
256-
go-version: ~1.20.11
256+
go-version: ~1.20.12
257257
cache: false
258258
- name: Cache Go
259259
id: go-cache

.github/workflows/builder-integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@v4
3232
with:
33-
go-version: ~1.20.11
33+
go-version: ~1.20.12
3434
- name: Test
3535
run: make builder-integration-test

.github/workflows/builder-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: ~1.20.11
19+
go-version: ~1.20.12
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v5
2222
with:

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v4
3131
with:
32-
go-version: ~1.20.11
32+
go-version: ~1.20.12
3333
- name: Cache Go
3434
id: go-cache
3535
uses: actions/cache@v3

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: ~1.20.11
22+
go-version: ~1.20.12
2323

2424
# Initializes the CodeQL tools for scanning.
2525
- name: Initialize CodeQL

.github/workflows/contrib-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: ~1.20.11
26+
go-version: ~1.20.12
2727
cache: false
2828
- name: Run Contrib Tests
2929
run: |

.github/workflows/perf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: ~1.20.11
16+
go-version: ~1.20.12
1717

1818
- name: Run benchmark
1919
run: make gobenchmark

.github/workflows/prepare-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Go
5454
uses: actions/setup-go@v4
5555
with:
56-
go-version: ~1.20.11
56+
go-version: ~1.20.12
5757
# Prepare Core for release.
5858
# - Update CHANGELOG.md file, this is done via chloggen
5959
# - Run make prepare-release PREVIOUS_VERSION=1.0.0 RELEASE_CANDIDATE=1.1.0 MODSET=stable

.github/workflows/tidy-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.head_ref }}
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: ~1.20.11
19+
go-version: ~1.20.12
2020
cache: false
2121
- name: Cache Go
2222
id: go-cache

0 commit comments

Comments
 (0)