install proper version of golang in kvm installer dockerfile

pull/14139/head
Sharif Elgamal 2022-05-10 14:51:45 -07:00
parent ae107f854d
commit a4ad22ec8f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
libvirt-dev:arm64 && \
dpkg --configure -a
RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-arm64.tar.gz | tar -C /usr/local -xzf -
RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xzf -
ENV GOPATH /go