Skip to content

Commit

Permalink
Merge pull request #33385 from cpanato/updatekube
Browse files Browse the repository at this point in the history
Update kubekins to Go 1.22.6
  • Loading branch information
k8s-ci-robot authored Aug 29, 2024
2 parents f2411e4 + 6cacd23 commit 98143ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions images/kubekins-e2e-v2/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
KUBETEST2_VERSION: latest
go-canary:
CONFIG: go-canary
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
Expand All @@ -21,43 +21,43 @@ variants:
KIND_VERSION: 0.17.0
master:
CONFIG: master
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
main:
CONFIG: main
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.31':
CONFIG: '1.31'
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: latest-1.31
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.30':
CONFIG: '1.30'
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: latest-1.30
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.29':
CONFIG: '1.29'
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: latest-1.29
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.28':
CONFIG: '1.28'
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: latest-1.28
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.27':
CONFIG: '1.27'
GO_VERSION: 1.22.5
GO_VERSION: 1.22.6
K8S_RELEASE: stable-1.27
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0

0 comments on commit 98143ff

Please sign in to comment.