1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00

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 <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai
2025-11-12 17:51:13 -05:00
parent 2f190334c2
commit 6a1a8461c1
3 changed files with 2 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ vendor_task:
# Runs within Cirrus's "community cluster"
container:
image: docker.io/library/golang:1.24.2
image: docker.io/library/golang:1.24.3
cpu: 1
memory: 1

2
go.mod
View File

@@ -4,8 +4,6 @@ module github.com/containers/buildah
go 1.24.3
toolchain go1.24.10
require (
github.com/containerd/platforms v1.0.0-rc.2
github.com/containernetworking/cni v1.3.0

View File

@@ -1,6 +1,6 @@
module github.com/containers/buildah/tests/tools
go 1.22.1
go 1.24.3
require github.com/cpuguy83/go-md2man/v2 v2.0.4