Skip to content

Commit 449775e

Browse files
authored
Merge pull request #5112 from kolyshkin/1.2-go125-126
[1.2] Test/build using supported Go version
2 parents 77f2125 + eb63817 commit 449775e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ task:
1111
env:
1212
HOME: /root
1313
CIRRUS_WORKING_DIR: /home/runc
14-
GO_VERSION: "1.23"
14+
GO_VERSION: "1.25"
1515
BATS_VERSION: "v1.9.0"
1616
RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
1717
# yamllint disable rule:key-duplicates

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-24.04, ubuntu-24.04-arm]
27-
go-version: [1.22.x, 1.23.x, 1.24.x]
27+
go-version: [1.22.x, 1.25.x, 1.26.x]
2828
rootless: ["rootless", ""]
2929
race: ["-race", ""]
3030
criu: ["", "criu-dev"]
@@ -34,14 +34,14 @@ jobs:
3434
- criu: criu-dev
3535
go-version: 1.22.x
3636
- criu: criu-dev
37-
go-version: 1.23.x
37+
go-version: 1.25.x
3838
- criu: criu-dev
3939
rootless: rootless
4040
# Do race detection only on latest Go.
4141
- race: -race
4242
go-version: 1.22.x
4343
- race: -race
44-
go-version: 1.23.x
44+
go-version: 1.25.x
4545

4646
runs-on: ${{ matrix.os }}
4747

@@ -107,7 +107,7 @@ jobs:
107107
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all
108108

109109
- name: Setup Bats and bats libs
110-
uses: bats-core/bats-action@3.0.0
110+
uses: bats-core/bats-action@4.0.0
111111
with:
112112
bats-version: 1.9.0
113113
support-install: false

.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.23.x
11+
GO_VERSION: 1.25.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.24
1+
ARG GO_VERSION=1.25
22
ARG BATS_VERSION=v1.9.0
33
ARG LIBSECCOMP_VERSION=2.5.5
44

0 commit comments

Comments
 (0)