Skip to content

Commit 067cf2b

Browse files
committed
Fix workflow
1 parent d82833e commit 067cf2b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.22.x
20+
go-version: 1.23.x
2121
- # Add support for more platforms with QEMU (optional)
2222
# https://github.com/docker/setup-qemu-action
2323
name: Set up QEMU
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Go
3939
uses: actions/setup-go@v3
4040
with:
41-
go-version: 1.22.x
41+
go-version: 1.23.x
4242
workdir: sidecar
4343
- # Add support for more platforms with QEMU (optional)
4444
# https://github.com/docker/setup-qemu-action

.github/workflows/kubernetes-tests.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: [ 1.22.x ]
15+
go-version: [ 1.23.x ]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-go@v4
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
go-version: [ 1.22.x ]
35+
go-version: [ 1.23.x ]
3636
os: [ ubuntu-latest ]
3737

3838
steps:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
go-version: [ 1.22.x ]
51+
go-version: [ 1.23.x ]
5252
os: [ ubuntu-latest ]
5353

5454
steps:
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
go-version: [ 1.22.x ]
68+
go-version: [ 1.23.x ]
6969
steps:
7070
- name: Check out code
7171
uses: actions/checkout@v3
@@ -88,7 +88,7 @@ jobs:
8888
- govet
8989
strategy:
9090
matrix:
91-
go-version: [ 1.22.x ]
91+
go-version: [ 1.23.x ]
9292
os: [ ubuntu-latest ]
9393

9494
steps:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ${{ matrix.os }}
105105
strategy:
106106
matrix:
107-
go-version: [ 1.22.x ]
107+
go-version: [ 1.23.x ]
108108
os: [ ubuntu-latest ]
109109

110110
steps:
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ${{ matrix.os }}
122122
strategy:
123123
matrix:
124-
go-version: [ 1.22.x ]
124+
go-version: [ 1.23.x ]
125125
os: [ ubuntu-latest ]
126126

127127
steps:
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
strategy:
141141
matrix:
142-
go-version: [ 1.22.x ]
142+
go-version: [ 1.23.x ]
143143
steps:
144144
- name: Check out code
145145
uses: actions/checkout@v3
@@ -163,7 +163,7 @@ jobs:
163163
- govet-sidecar
164164
strategy:
165165
matrix:
166-
go-version: [ 1.22.x ]
166+
go-version: [ 1.23.x ]
167167
os: [ ubuntu-latest ]
168168

169169
steps:
@@ -184,7 +184,7 @@ jobs:
184184
- shellcheck
185185
strategy:
186186
matrix:
187-
go-version: [ 1.22.x ]
187+
go-version: [ 1.23.x ]
188188
os: [ ubuntu-latest ]
189189

190190
steps:
@@ -209,7 +209,7 @@ jobs:
209209
- govet-sidecar
210210
strategy:
211211
matrix:
212-
go-version: [ 1.22.x ]
212+
go-version: [ 1.23.x ]
213213
os: [ ubuntu-latest ]
214214

215215
steps:
@@ -235,7 +235,7 @@ jobs:
235235
- sidecar
236236
strategy:
237237
matrix:
238-
go-version: [ 1.22.x ]
238+
go-version: [ 1.23.x ]
239239
os: [ ubuntu-latest ]
240240

241241
steps:
@@ -265,7 +265,7 @@ jobs:
265265
- operator
266266
strategy:
267267
matrix:
268-
go-version: [ 1.22.x ]
268+
go-version: [ 1.23.x ]
269269
os: [ ubuntu-latest ]
270270

271271
steps:
@@ -295,7 +295,7 @@ jobs:
295295
# - operator
296296
# strategy:
297297
# matrix:
298-
# go-version: [ 1.22.x ]
298+
# go-version: [ 1.23.x ]
299299
# os: [ ubuntu-latest ]
300300
#
301301
# steps:
@@ -325,7 +325,7 @@ jobs:
325325
- operator
326326
strategy:
327327
matrix:
328-
go-version: [ 1.22.x ]
328+
go-version: [ 1.23.x ]
329329
os: [ ubuntu-latest ]
330330

331331
steps:
@@ -355,7 +355,7 @@ jobs:
355355
- operator
356356
strategy:
357357
matrix:
358-
go-version: [ 1.22.x ]
358+
go-version: [ 1.23.x ]
359359
os: [ ubuntu-latest ]
360360

361361
steps:
@@ -385,7 +385,7 @@ jobs:
385385
- operator
386386
strategy:
387387
matrix:
388-
go-version: [ 1.22.x ]
388+
go-version: [ 1.23.x ]
389389
os: [ ubuntu-latest ]
390390
steps:
391391
- uses: actions/checkout@v3
@@ -414,7 +414,7 @@ jobs:
414414
- operator
415415
strategy:
416416
matrix:
417-
go-version: [ 1.22.x ]
417+
go-version: [ 1.23.x ]
418418
os: [ ubuntu-latest ]
419419
steps:
420420
- name: Free Disk Space (Ubuntu)
@@ -454,7 +454,7 @@ jobs:
454454
- operator
455455
strategy:
456456
matrix:
457-
go-version: [ 1.22.x ]
457+
go-version: [ 1.23.x ]
458458
os: [ ubuntu-latest ]
459459

460460
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -491,7 +491,7 @@ jobs:
491491
- operator
492492
strategy:
493493
matrix:
494-
go-version: [ 1.22.x ]
494+
go-version: [ 1.23.x ]
495495
os: [ ubuntu-latest ]
496496

497497
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)