diff --git a/test.Dockerfile b/test.Dockerfile index d05288b..9bf0081 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.11 as builder +FROM golang:1.23.1 as builder WORKDIR /workspace # Copy the Go Modules manifests