Merge pull request #4372 from kolyshkin/1.1-go123

[1.1] Add Go 1.23, drop 1.21
This commit is contained in:
Akihiro Suda
2024-08-14 19:20:04 +09:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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: [""]
+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 LIBSECCOMP_VERSION=2.5.5