From 2ef793aba08275c041d5563ffee1cc70b8c3bfcb Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Tue, 26 Mar 2024 15:09:49 +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 --- .github/workflows/makefile.yaml | 2 +- go.mod | 2 +- tests/e2e/ansible/group_vars/all | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yaml b/.github/workflows/makefile.yaml index c055d3d1..f084da9b 100644 --- a/.github/workflows/makefile.yaml +++ b/.github/workflows/makefile.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: go.mod check-latest: true diff --git a/go.mod b/go.mod index 66f7a538..98919163 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/confidential-containers/operator -go 1.20 +go 1.21 require ( github.com/confidential-containers/cloud-api-adaptor/peerpod-ctrl v0.8.0-alpha.1.0.20240204080936-372e4e72f7fe 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: