Skip to content

Commit

Permalink
Merge pull request #30985 from cpanato/update-kubejkins
Browse files Browse the repository at this point in the history
Update kubekins-e2e to Go 1.20.9 and 1.21.2
  • Loading branch information
k8s-ci-robot authored Oct 9, 2023
2 parents 64607e3 + 9fc053f commit 5a9a0d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions images/kubekins-e2e/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.21.1
GO_VERSION: 1.21.2
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.21.1
GO_VERSION: 1.21.2
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
Expand All @@ -21,37 +21,37 @@ variants:
KIND_VERSION: 0.17.0
master:
CONFIG: master
GO_VERSION: 1.21.1
GO_VERSION: 1.21.2
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
main:
CONFIG: main
GO_VERSION: 1.21.1
GO_VERSION: 1.21.2
K8S_RELEASE: stable
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.28':
CONFIG: '1.28'
GO_VERSION: 1.20.8
GO_VERSION: 1.20.9
K8S_RELEASE: latest-1.28
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.27':
CONFIG: '1.27'
GO_VERSION: 1.20.8
GO_VERSION: 1.20.9
K8S_RELEASE: stable-1.27
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.26':
CONFIG: '1.26'
GO_VERSION: 1.20.8
GO_VERSION: 1.20.9
K8S_RELEASE: stable-1.26
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0
'1.25':
CONFIG: '1.25'
GO_VERSION: 1.20.8
GO_VERSION: 1.20.9
K8S_RELEASE: stable-1.25
BAZEL_VERSION: 3.4.1
OLD_BAZEL_VERSION: 2.2.0

0 comments on commit 5a9a0d4

Please sign in to comment.