Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Go Helper to the core #1837

Merged
merged 2 commits into from
May 15, 2024
Merged

Add Go Helper to the core #1837

merged 2 commits into from
May 15, 2024

Conversation

ericgaspar
Copy link
Member

The problem

...

Solution

...

PR Status

...

How to test

...

@alexAubin
Copy link
Member

Made a comparison between the proposed version and all the versions in the wild to make sure we ain't gonna make an app explode : https://paste.yunohost.org/ohuzuyedez.bash

No major difference found, small improvement possible with:

     # List required Go versions
-    local installed_apps=$(yunohost app list --output-as json --quiet | jq -r .apps[].id)
+    local installed_apps=$(yunohost app list | grep -oP 'id: \K.*$')

helpers/go Outdated Show resolved Hide resolved
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
@alexAubin
Copy link
Member

th-4154541677

Lets "Go" 🙃

@alexAubin alexAubin merged commit 498b8d9 into YunoHost:dev May 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants