diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-14 12:10:30 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-14 11:30:46 +0000 |
| commit | 03fcfc4b7385b545a89a3fc62bef4e1ec7532e0d (patch) | |
| tree | 65b3a4f19d991d2d692a4ebb84da499e653b5a39 /syz-cluster/workflow | |
| parent | 631d707cbad63e35e627518714ddc3ceb6b102b2 (diff) | |
syz-cluster: update Go version in Dockerfiles
For some reason, it does not download the newer toolchain versions
automatically.
Diffstat (limited to 'syz-cluster/workflow')
| -rw-r--r-- | syz-cluster/workflow/boot-step/Dockerfile | 2 | ||||
| -rw-r--r-- | syz-cluster/workflow/triage-step/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/workflow/boot-step/Dockerfile b/syz-cluster/workflow/boot-step/Dockerfile index 70a558f75..5bb1245b7 100644 --- a/syz-cluster/workflow/boot-step/Dockerfile +++ b/syz-cluster/workflow/boot-step/Dockerfile @@ -11,7 +11,7 @@ RUN go mod download COPY --exclude=syz-cluster . . RUN make TARGETARCH=amd64 -FROM golang:1.23-alpine AS boot-step-builder +FROM golang:1.24-alpine AS boot-step-builder WORKDIR /build # Copy the code and the dependencies. diff --git a/syz-cluster/workflow/triage-step/Dockerfile b/syz-cluster/workflow/triage-step/Dockerfile index 65d68f2dc..d5c4bf254 100644 --- a/syz-cluster/workflow/triage-step/Dockerfile +++ b/syz-cluster/workflow/triage-step/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2024 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -FROM golang:1.23-alpine AS triage-step-builder +FROM golang:1.24-alpine AS triage-step-builder WORKDIR /build |
