From 1415fe935071dc89cf87c1e27b62c9f608b4ab52 Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Tue, 26 Mar 2024 14:38:12 +0100 Subject: [PATCH] CI: bump go version to 1.21.7 It is to update a go version to 1.21.7 which makes the CI go green again. Fixes: #356 Signed-off-by: Hyounggyu Choi --- tests/e2e/ansible/group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/ansible/group_vars/all b/tests/e2e/ansible/group_vars/all index 26835b65..7285f306 100644 --- a/tests/e2e/ansible/group_vars/all +++ b/tests/e2e/ansible/group_vars/all @@ -14,7 +14,7 @@ build_pkgs: - make - gcc container_runtime: containerd -go_version: 1.20.7 +go_version: 1.21.7 # conntrack and socat are needed by the `kubeadm init` preflight checks kubeadm_pkgs: ubuntu: