Building auto-pause needs go1.17

pull/13815/head
Anders F Björklund 2022-03-20 18:00:46 +01:00
parent 5da2fb7ed4
commit 946856dfe9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# multi-tage docker build so we can build auto-pause for arm64
FROM golang:1.16
FROM golang:1.17
WORKDIR /src
# becaue auto-pause binary depends on minikube's code we need to pass the whole source code as the context
ADD . .