Skip to content

Commit e37371e

Browse files
authored
Merge pull request #4471 from kolyshkin/ci-12
ci: use Go 1.23
2 parents f22cee6 + cbb9b30 commit e37371e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
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.22"
80+
GO_VERSION: "1.23"
8181
BATS_VERSION: "v1.9.0"
8282
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
8383
# yamllint disable rule:key-duplicates

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- release-*
99
pull_request:
1010
env:
11-
GO_VERSION: 1.22.x
11+
GO_VERSION: 1.23.x
1212
permissions:
1313
contents: read
1414

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.22
1+
ARG GO_VERSION=1.23
22
ARG BATS_VERSION=v1.9.0
33
ARG LIBSECCOMP_VERSION=2.5.5
44

0 commit comments

Comments
 (0)