.cirrus.yml: Test Vendoring bump golang
Fixes issue caught in https://github.com/containers/buildah/pull/6385 Signed-off-by: flouthoc <flouthoc.git@gmail.com>
This commit is contained in:
parent
e3f55fec61
commit
5bb6d9e487
|
@ -124,7 +124,7 @@ vendor_task:
|
|||
|
||||
# Runs within Cirrus's "community cluster"
|
||||
container:
|
||||
image: docker.io/library/golang:1.24.0
|
||||
image: docker.io/library/golang:1.24.2
|
||||
cpu: 1
|
||||
memory: 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue