deps: update Go to v1.19.5 (#949)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
(cherry picked from commit d0e9f427d1)
This commit is contained in:
Paul Meyer 2023-01-12 13:36:17 +01:00 committed by Malte Poll
parent 2618f7ba43
commit 2bb4a517c7
37 changed files with 47 additions and 47 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.4
ARG GO_VER=1.19.5
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