mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-26 03:21:06 -04:00
Update to Go 1.19.3
This commit is contained in:
parent
f60120bbbc
commit
6d2ec109d0
32 changed files with 41 additions and 41 deletions
|
@ -5,7 +5,7 @@ RUN dnf -y update && \
|
|||
dnf clean all
|
||||
|
||||
# Install Go
|
||||
ARG GO_VER=1.19.2
|
||||
ARG GO_VER=1.19.3
|
||||
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