dependencies: upgrade to Go v1.19.4 (#732)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-12-07 14:27:43 +01:00 committed by GitHub
parent d03abfa45e
commit 3cc2a714a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 45 additions and 45 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.19.3
ARG GO_VER=1.19.4
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