go-swagger: Update to version 0.35.0, drop arm64 support - #8314
go-swagger: Update to version 0.35.0, drop arm64 support#8314l46983284-cpu wants to merge 1 commit into
Conversation
v0.35.0 no longer ships swagger_windows_amd64.exe / arm64 binaries. Use swagger_$version_Windows_x86_64.zip (contains swagger.exe) and drop the obsolete arm64 architecture entry. Signed-off-by: Alex Chen <l46983284@gmail.com>
WalkthroughChangesGo-swagger release update
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/verify |
|
All changes look good. Wait for review from human collaborators. go-swagger
|
When dealing with architectures like arm64/ia32 missing from upstream, it is always better to find a concrete reference or official confirmation rather than making changes based purely on temporary symptoms. If upstream intentionally dropped support for an architecture, they would almost certainly mention it in their changelog or release notes. If there is no mention, it is highly likely an unintended bug or an oversight on their end. In such cases, the issue should be addressed and fixed at the upstream level rather than patched here. |
|
I have opened an issue with upstream (go-swagger/go-swagger#3391), and they have confirmed that the missing arm64 support was an oversight on their end, not an intentional removal. I'll close this PR for now. Let's wait for the next upstream release, as this will likely be resolved automatically. |
|
Thanks a lot for the explanation and for checking with upstream — really helpful. Agreed: if arm64 isn't intentionally dropped in the release notes, better to fix it there than patch Scoop. Happy to wait for the next go-swagger release. |
|
This has been resolved upstream. As of v0.35.1, Scoop's auto-update mechanism can correctly fetch the latest |
Summary
swagger_windows_amd64.exe/ Windows arm64 binaries (and the bare amd64 asset is double-extswagger_windows_amd64.exe.exe).swagger_$version_Windows_x86_64.zip(containsswagger.exe), drop obsolete arm64, and update autoupdate accordingly.This is an asset layout / rename fix, not a pure version bump.
Checklist
swagger.exe)