Skip to content
Snippets Groups Projects
Commit 7062f289 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

Vylepsili zjistovani posledni dostupne verze GO, ze tam pro jistotu pisou datum

parent f356c308
No related branches found
No related tags found
No related merge requests found
Pipeline #5110 passed
......@@ -38,7 +38,7 @@ apt install -yqqq build-essential dpkg-dev debhelper build-essential libssl-dev
# Automaticka detekce posledni releasnute verze
SINVERSION=${SINVERSION:-$(curl -L -s https://github.com/sylabs/singularity/releases/latest | grep -Po "\/v\K\d+\.\d+\.\d+" | head -1)}
GOVERSION=${GOVERSION:-$(curl -s https://go.dev/VERSION?m=text)}
GOVERSION=${GOVERSION:-$(curl -s https://go.dev/VERSION?m=text | head -1)}
# Priprava adresare pro hotove balicky a zapamatovani cesty
mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment