Skip to content

Commit 6ea5b69

Browse files
codebotenbogdandrutucrobert-1
authored
[chore] bump go version (#11090)
from 1.22.6 to 1.22.7 --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Bogdan Drutu <[email protected]> Co-authored-by: Curtis Robert <[email protected]>
1 parent 46d04a5 commit 6ea5b69

13 files changed

+19
-19
lines changed

.github/workflows/api-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Go
3535
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3636
with:
37-
go-version: ~1.22.6
37+
go-version: ~1.22.7
3838

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
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/build-and-test-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2424
with:
25-
go-version: ~1.22.6
25+
go-version: ~1.22.7
2626
cache: false
2727
- name: Cache Go
2828
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Go
4848
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4949
with:
50-
go-version: ~1.22.6
50+
go-version: ~1.22.7
5151
cache: false
5252
- name: Cache Go
5353
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2424
with:
25-
go-version: ~1.22.6
25+
go-version: ~1.22.7
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4747
with:
48-
go-version: ~1.22.6
48+
go-version: ~1.22.7
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
7171
with:
72-
go-version: ~1.22.6
72+
go-version: ~1.22.7
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9696
with:
97-
go-version: ~1.22.6
97+
go-version: ~1.22.7
9898
cache: false
9999
- name: Cache Go
100100
id: go-cache
@@ -194,7 +194,7 @@ jobs:
194194
- name: Setup Go
195195
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
196196
with:
197-
go-version: ~1.22.6
197+
go-version: ~1.22.7
198198
cache: false
199199
- name: Cache Go
200200
id: go-cache
@@ -256,7 +256,7 @@ jobs:
256256
- name: Setup Go
257257
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
258258
with:
259-
go-version: ~1.22.6
259+
go-version: ~1.22.7
260260
cache: false
261261
- name: Cache Go
262262
id: go-cache

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3535
with:
36-
go-version: ~1.22.6
36+
go-version: ~1.22.7
3737
- name: Test
3838
run: make builder-integration-test

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Go
3333
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3434
with:
35-
go-version: ~1.22.6
35+
go-version: ~1.22.7
3636
- name: Cache Go
3737
id: go-cache
3838
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2828
with:
29-
go-version: ~1.22.6
29+
go-version: ~1.22.7
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL

.github/workflows/contrib-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Go
4444
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4545
with:
46-
go-version: ~1.22.6
46+
go-version: ~1.22.7
4747
cache: false
4848
- name: Run Contrib Tests
4949
run: |

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1818
with:
19-
go-version: ~1.22.6
19+
go-version: ~1.22.7
2020

2121
- name: Run benchmark
2222
run: make gobenchmark

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Go
9595
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9696
with:
97-
go-version: ~1.22.6
97+
go-version: ~1.22.7
9898
# Prepare Core for release.
9999
# - Update CHANGELOG.md file, this is done via chloggen
100100
# - Run make prepare-release PREVIOUS_VERSION=1.0.0 RELEASE_CANDIDATE=1.1.0 MODSET=stable

0 commit comments

Comments
 (0)