Skip to content

Commit f3f71a9

Browse files
authored
Merge pull request #4372 from kolyshkin/1.1-go123
[1.1] Add Go 1.23, drop 1.21
2 parents 931f463 + 7f75aec commit f3f71a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ task:
7777
env:
7878
HOME: /root
7979
CIRRUS_WORKING_DIR: /home/runc
80-
GO_VERSION: "1.21"
80+
GO_VERSION: "1.22"
8181
BATS_VERSION: "v1.9.0"
8282
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
8383
# yamllint disable rule:key-duplicates

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
go-version: [1.17.x, 1.21.x, 1.22.x]
24+
go-version: [1.17.x, 1.22.x, 1.23.x]
2525
rootless: ["rootless", ""]
2626
race: ["-race", ""]
2727
criu: [""]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.21
1+
ARG GO_VERSION=1.22
22
ARG BATS_VERSION=v1.9.0
33
ARG LIBSECCOMP_VERSION=2.5.5
44

0 commit comments

Comments
 (0)