diff --git a/test.Dockerfile b/test.Dockerfile index f4a2abc8..2b57c7ba 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.11 as builder +FROM golang:1.23.2 as builder WORKDIR /workspace # Copy the Go Modules manifests