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 <[email protected]>
  • Loading branch information
BbolroC committed Mar 26, 2024
1 parent 016a7d4 commit 0ee92bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 0ee92bc

Please sign in to comment.