diff --git a/packager/Dockerfile b/packager/Dockerfile index 272824ca7b0..2e1f3ab9c04 100644 --- a/packager/Dockerfile +++ b/packager/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Use an official Go runtime as a parent image -FROM golang:1.16 +FROM golang:1.20.1 ENV GO111MODULE=on