diff --git a/Dockerfile.dev b/Dockerfile.dev index d0efb01..54d5228 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.20.10 # default the go proxy ARG goproxy=https://proxy.golang.org