diff --git a/.cirrus.yml b/.cirrus.yml index 16299b913d9..cecdac896a9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -77,7 +77,7 @@ task: env: HOME: /root CIRRUS_WORKING_DIR: /home/runc - GO_VERSION: "1.21" + GO_VERSION: "1.22" BATS_VERSION: "v1.9.0" RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs # yamllint disable rule:key-duplicates diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3cf78bd302..2381340c0f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false 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", ""] race: ["-race", ""] criu: [""] diff --git a/Dockerfile b/Dockerfile index 6337332f8db..c3d686674e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.21 +ARG GO_VERSION=1.22 ARG BATS_VERSION=v1.9.0 ARG LIBSECCOMP_VERSION=2.5.5