Skip to content

Commit 204c02f

Browse files
committed
Bump go version to 1.21.13
1 parent ef07ea0 commit 204c02f

12 files changed

+18
-18
lines changed

.github/workflows/api-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Go
3636
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3737
with:
38-
go-version: ~1.21.5
38+
go-version: ~1.21.13
3939

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

.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.21.5
25+
go-version: ~1.21.13
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.21.5
50+
go-version: ~1.21.13
5151
cache: false
5252
- name: Cache Go
5353
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

.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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2424
with:
25-
go-version: ~1.21.12
25+
go-version: ~1.21.13
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.21.12
48+
go-version: ~1.21.13
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.21.12
72+
go-version: ~1.21.13
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.21.12
97+
go-version: ~1.21.13
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.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2
144+
go-version: ["~1.22", "~1.21.13"] # 1.20 needs quotes otherwise it's interpreted as 1.2
145145
runs-on: ${{ matrix.runner }}
146146
needs: [setup-environment]
147147
steps:
@@ -194,7 +194,7 @@ jobs:
194194
- name: Setup Go
195195
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
196196
with:
197-
go-version: ~1.21.12
197+
go-version: ~1.21.13
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.21.12
259+
go-version: ~1.21.13
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.21.5
36+
go-version: ~1.21.13
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.21.5
35+
go-version: ~1.21.13
3636
- name: Cache Go
3737
id: go-cache
3838
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

.github/workflows/check-goreleaser.yaml

Whitespace-only changes.

.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.21.5
29+
go-version: ~1.21.13
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.21.5
46+
go-version: ~1.21.13
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.21.5
19+
go-version: ~1.21.13
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.21.5
97+
go-version: ~1.21.13
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)