From 03fcfc4b7385b545a89a3fc62bef4e1ec7532e0d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 14 Jul 2025 12:10:30 +0200 Subject: syz-cluster: update Go version in Dockerfiles For some reason, it does not download the newer toolchain versions automatically. --- syz-cluster/Dockerfile.go-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-cluster/Dockerfile.go-tests') diff --git a/syz-cluster/Dockerfile.go-tests b/syz-cluster/Dockerfile.go-tests index 8dd59bdc3..6dca112ed 100644 --- a/syz-cluster/Dockerfile.go-tests +++ b/syz-cluster/Dockerfile.go-tests @@ -1,4 +1,4 @@ -FROM golang:1.23-bullseye +FROM golang:1.24-bullseye RUN apt-get update && \ apt-get install -y git -- cgit mrf-deployment