mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Update Go to 1.19.2 (#219)
This commit is contained in:
parent
4ccd96bf64
commit
803209b12b
35 changed files with 50 additions and 47 deletions
|
@ -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.1
|
||||
ARG GO_VER=1.19.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue