diff --git a/test.Dockerfile b/test.Dockerfile index dcf82caf..de6d668d 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3 as builder +FROM golang:1.23.0 as builder WORKDIR /workspace # Copy the Go Modules manifests