Skip to content

Commit

Permalink
CI: bump go version to 1.21.7
Browse files Browse the repository at this point in the history
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 <Hyounggyu.Choi@ibm.com>
  • Loading branch information
BbolroC committed Mar 26, 2024
1 parent 016a7d4 commit 2ef793a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ef793a

Please sign in to comment.