Skip to content

Commit

Permalink
Merge pull request #4372 from kolyshkin/1.1-go123
Browse files Browse the repository at this point in the history
[1.1] Add Go 1.23, drop 1.21
  • Loading branch information
AkihiroSuda committed Aug 14, 2024
2 parents 931f463 + 7f75aec commit f3f71a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [""]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f3f71a9

Please sign in to comment.