deps: update to Go 1.20.2 (#1366)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-08 04:05:36 -05:00 committed by GitHub
parent cc00cff6b5
commit 74fc6239b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 59 additions and 51 deletions

View file

@ -4,7 +4,7 @@ RUN dnf -y update && \
dnf -y install libvirt-devel @development-tools pkg-config wget git && \
dnf clean all
ARG GO_VER=1.20.1
ARG GO_VER=1.20.2
RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz