ci/gha: add Go 1.23, drop 1.21

- drop Go 1.21;
- add Go 1.23;
- for a few jobs that were using Go 1.21, switch to 1.22;

Also, bump go to 1.22 in go.mod.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-07-25 23:57:31 -07:00
committed by lfbzhm
parent 2ee5564b58
commit adedeb993a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/opencontainers/runc
go 1.21
go 1.22
require (
github.com/checkpoint-restore/go-criu/v6 v6.3.0