diff --git a/integration.dockerfile b/integration.dockerfile index 6639e0e3..0c61ad79 100644 --- a/integration.dockerfile +++ b/integration.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.10 as builder +FROM golang:latest as builder WORKDIR /workspace # Copy the Go Modules manifests