-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chore/move golang code #447
Conversation
f57ec20
to
f710eae
Compare
f710eae
to
94ca55c
Compare
d4c2db2
to
05a071e
Compare
05a071e
to
2f93621
Compare
Does this work as expected btw? If I recall correctly the reason to change it was due to how |
Yes, that is the reason. It should work, but I do not know how to actually test it. |
2f93621
to
3a82035
Compare
I'll try to test this out from the branch soon to check if this does what we want. |
3a82035
to
bd99632
Compare
bd99632
to
5b60b06
Compare
eace8e7
to
9975374
Compare
Looks like it is trying to fetch the right thing so should be fine to go in. I'll double check if everything is moved to the new path without any leftover references to the old one. |
Needs one last rebase but should be good to go then |
- 'go install' command uses the last elements in the path/url to determine name of the executable - move golang code from ./action directory to ./cmd/firmware-action instead - this way when people run 'go install' they get 'firmware-action' instead of just 'action' Signed-off-by: AtomicFS <[email protected]>
- change references in docs - update gitignore - update workflows - update Taskfile - hopefully I did not forget anything Signed-off-by: AtomicFS <[email protected]>
Signed-off-by: AtomicFS <[email protected]>
Signed-off-by: Marvin Drees <[email protected]>
Do you want to do it? |
9172456
to
c4efe91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hope this does not break anything 🤞
Need your approval as well @AtomicFS to merge |
It says that "Pull request authors can’t approve their own pull request." |
Just bypass the rules. |
Also says "New changes require approval from someone other than MDr164 because they were the last pusher." :D Edit: Maybe push some random commit that changes punctuation or something. |
This simplifies the mod path now that we moved the code Signed-off-by: Marvin Drees <[email protected]> Signed-off-by: AtomicFS <[email protected]>
c4efe91
to
f8d26b0
Compare
Done FYI, you also committed a compiled go executable, so I removed it ;) |
Signed-off-by: AtomicFS <[email protected]>
f8d26b0
to
5844007
Compare
No description provided.