[1.1] Add Go 1.23, drop 1.21

As of commit 096e6f88f0 we are ready for Go 1.23.

All that's left to do is:
 - Cirrus CI: switch from Go 1.21 to Go 1.22;
 - GHA CI: drop go 1.21, add 1.23 to test matrix;
 - Dockerfile: switch from Go 1.21.x to 1.22.x.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-08-13 15:22:14 -07:00
parent 931f46304b
commit 7f75aec407
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ task:
env: env:
HOME: /root HOME: /root
CIRRUS_WORKING_DIR: /home/runc CIRRUS_WORKING_DIR: /home/runc
GO_VERSION: "1.21" GO_VERSION: "1.22"
BATS_VERSION: "v1.9.0" BATS_VERSION: "v1.9.0"
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
# yamllint disable rule:key-duplicates # yamllint disable rule:key-duplicates
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: [1.17.x, 1.21.x, 1.22.x] go-version: [1.17.x, 1.22.x, 1.23.x]
rootless: ["rootless", ""] rootless: ["rootless", ""]
race: ["-race", ""] race: ["-race", ""]
criu: [""] criu: [""]
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.21 ARG GO_VERSION=1.22
ARG BATS_VERSION=v1.9.0 ARG BATS_VERSION=v1.9.0
ARG LIBSECCOMP_VERSION=2.5.5 ARG LIBSECCOMP_VERSION=2.5.5