We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c762f commit 3ade75eCopy full SHA for 3ade75e
.github/workflows/build.yaml
@@ -8,7 +8,7 @@ jobs:
8
name: Build shell-operator binary
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Set up Go 1.22
+ - name: Set up Go 1.23
12
uses: actions/setup-go@v5
13
with:
14
go-version: "1.22"
.github/workflows/tests-labeled.yaml
@@ -46,7 +46,7 @@ jobs:
46
fail-fast: true
47
matrix:
48
include:
49
- - k8s_version: "1.22"
+ - k8s_version: "1.23"
50
kind_node_image: "kindest/node:v1.23.17"
51
cluster_name: "kube-1-23"
52
- k8s_version: "1.24"
0 commit comments