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:
@@ -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
2
go.mod
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user