aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/tools
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-14 12:10:30 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-14 11:30:46 +0000
commit03fcfc4b7385b545a89a3fc62bef4e1ec7532e0d (patch)
tree65b3a4f19d991d2d692a4ebb84da499e653b5a39 /syz-cluster/tools
parent631d707cbad63e35e627518714ddc3ceb6b102b2 (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/tools')
-rw-r--r--syz-cluster/tools/db-mgmt/Dockerfile2
-rw-r--r--syz-cluster/tools/send-test-email/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/tools/db-mgmt/Dockerfile b/syz-cluster/tools/db-mgmt/Dockerfile
index bca29c3bd..b913c23a8 100644
--- a/syz-cluster/tools/db-mgmt/Dockerfile
+++ b/syz-cluster/tools/db-mgmt/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23-alpine AS builder
+FROM golang:1.24-alpine AS builder
WORKDIR /build
diff --git a/syz-cluster/tools/send-test-email/Dockerfile b/syz-cluster/tools/send-test-email/Dockerfile
index e29aa2e41..41e029ded 100644
--- a/syz-cluster/tools/send-test-email/Dockerfile
+++ b/syz-cluster/tools/send-test-email/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23-alpine AS builder
+FROM golang:1.24-alpine AS builder
WORKDIR /build