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