diff --git a/test.Dockerfile b/test.Dockerfile index dcf82caff..3bdc85f70 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3 as builder +FROM golang:1.23rc2 as builder WORKDIR /workspace # Copy the Go Modules manifests