We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f22cee6 + cbb9b30 commit e37371eCopy full SHA for e37371e
.cirrus.yml
@@ -77,7 +77,7 @@ task:
77
env:
78
HOME: /root
79
CIRRUS_WORKING_DIR: /home/runc
80
- GO_VERSION: "1.22"
+ GO_VERSION: "1.23"
81
BATS_VERSION: "v1.9.0"
82
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
83
# yamllint disable rule:key-duplicates
.github/workflows/validate.yml
@@ -8,7 +8,7 @@ on:
8
- release-*
9
pull_request:
10
11
- GO_VERSION: 1.22.x
+ GO_VERSION: 1.23.x
12
permissions:
13
contents: read
14
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.22
+ARG GO_VERSION=1.23
2
ARG BATS_VERSION=v1.9.0
3
ARG LIBSECCOMP_VERSION=2.5.5
4
0 commit comments