1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

fix go version number

This commit is contained in:
Kay0u 2024-02-16 12:17:00 +01:00
parent e2d2fb8557
commit dbf35f0ef8
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -20,8 +20,8 @@ go_arch=($(curl --silent "$go_url" | jq -r '.[] | select(.version=="'$go_version
# Setting up the environment variables
echo "Current version: $current_version"
echo "Latest release from upstream: $go_version"
echo "VERSION=$go_version" >> $GITHUB_ENV
echo "Latest release from upstream: ${go_version#go}"
echo "VERSION=${go_version#go}" >> $GITHUB_ENV
# For the time being, let's assume the script will fail
echo "PROCEED=false" >> $GITHUB_ENV