Skip to content

Commit 6a1a846

Browse files
committed
Drop 'toolchain go1.24.10' ...
... and update tests/tools/go.mod to require 1.24.3, like the top-level go.mod does. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 2f19033 commit 6a1a846

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ vendor_task:
127127

128128
# Runs within Cirrus's "community cluster"
129129
container:
130-
image: docker.io/library/golang:1.24.2
130+
image: docker.io/library/golang:1.24.3
131131
cpu: 1
132132
memory: 1
133133

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ module github.com/containers/buildah
44

55
go 1.24.3
66

7-
toolchain go1.24.10
8-
97
require (
108
github.com/containerd/platforms v1.0.0-rc.2
119
github.com/containernetworking/cni v1.3.0

tests/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containers/buildah/tests/tools
22

3-
go 1.22.1
3+
go 1.24.3
44

55
require github.com/cpuguy83/go-md2man/v2 v2.0.4
66

0 commit comments

Comments
 (0)