Skip to content

Commit 3ade75e

Browse files
author
Pavel Okhlopkov
committed
revert go ver
Signed-off-by: Pavel Okhlopkov <[email protected]>
1 parent a3c762f commit 3ade75e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build shell-operator binary
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Set up Go 1.22
11+
- name: Set up Go 1.23
1212
uses: actions/setup-go@v5
1313
with:
1414
go-version: "1.22"

.github/workflows/tests-labeled.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: true
4747
matrix:
4848
include:
49-
- k8s_version: "1.22"
49+
- k8s_version: "1.23"
5050
kind_node_image: "kindest/node:v1.23.17"
5151
cluster_name: "kube-1-23"
5252
- k8s_version: "1.24"

0 commit comments

Comments
 (0)