0.2.4 release binaries broken #315
Labels
No Label
kind
bug
kind
build
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
confirmed
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#315
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I suggest to mark it as prerelease and add a big warning that all docker operations are broken.
See https://gitea.com/gitea/act_runner/actions/runs/673, setup-go downloads 1.20.6.
Only docker Images has been patched to use 1.20.5
See #293, discord https://discord.com/channels/322538954119184384/1069795723178160168/1135704552214102217
Same symptoms reported in #313, the error seems to be invisible in the UI of gitea. The setup-go error inside that report is unrelated.
related issue https://github.com/golang/go/issues/61076?
Yes, also https://github.com/nektos/act/issues/1908.
Updating docker/docker to https://github.com/moby/moby/releases/tag/v24.0.5 works too (go.mod of this repo, maybe don't work due to outdated act dependency) and create a new release.
I still recommend to add a warning to https://gitea.com/gitea/act_runner/releases/tag/v0.2.4.
Now with https://gitea.com/gitea/act_runner/releases/tag/v0.2.5, v0.2.4 won't be downloaded by most users closing.