Skip to content

Commit bb1773f

Browse files
committed
cirrus: bump go version as per go.mod
This is needed to unblock the contianer-libs testing PRs as they all bump the go.mod minimum version so CI fails without actually testing anything. Signed-off-by: Paul Holzinger <[email protected]>
1 parent d28d23a commit bb1773f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3
130+
image: docker.io/library/golang:1.24.6
131131
cpu: 1
132132
memory: 1
133133

0 commit comments

Comments
 (0)