diff --git a/.cirrus.yml b/.cirrus.yml index 99bdbcf8f84..83225ac8740 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -68,7 +68,7 @@ task: env: HOME: /root CIRRUS_WORKING_DIR: /home/runc - GO_VERSION: "1.17.3" + GO_VERSION: "1.19.7" BATS_VERSION: "v1.3.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 243a7cd8681..8dd73afab28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,13 +21,13 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.17.x] + go-version: [1.17.x, 1.19.x, 1.20.x] rootless: ["rootless", ""] race: ["-race", ""] criu: [""] include: # Also test against latest criu-dev - - go-version: 1.17.x + - go-version: 1.20.x rootless: "" race: "" criu: "criu-dev" diff --git a/Dockerfile b/Dockerfile index 33f45f577f3..b5c33332337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.17 +ARG GO_VERSION=1.20 ARG BATS_VERSION=v1.3.0 ARG LIBSECCOMP_VERSION=2.5.4