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:
parent
e2d2fb8557
commit
dbf35f0ef8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updater.sh
vendored
4
.github/workflows/updater.sh
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue