diff --git a/Dockerfile.dev b/Dockerfile.dev index d0efb01..4507580 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.12.7 +FROM golang:1.21.11 # default the go proxy ARG goproxy=https://proxy.golang.org