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/Dockerfile.go-tests | |
| 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/Dockerfile.go-tests')
| -rw-r--r-- | syz-cluster/Dockerfile.go-tests | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
