-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Something is wrong with the new update using the Windows binaries #390
Comments
Very sorry about that, I'll jump right on it. |
I've tested The only difference I can see is that it will have built using go v1.22 instead of v1.21. From a quick google search it looks as though this is not in-fact a bug with dasel, rather the go team have dropped support for Windows 7 in newer versions of go:
While I would love to facilitate as many users as possible, locking dasel to an old version of the language feels like a bit of a stretch to me. While it's unfortunate you cannot execute the binary itself, I believe the following are your options:
Here's a simple example of running the latest version of dasel with Docker:
If you have any questions or doubts please let me know. |
As announced in the Go 1.20 release notes, Go 1.21 requires at least Windows 10 or Windows Server 2016; support for previous versions has been discontinued. |
And the thing is that two days ago I downloaded go v1.22 and goreleaser for compile (by very first time) a go program, "micro". Now already got the 1.20.14. |
@hellishvictor if you need help compiling newer dasel versions on older versions of go let me know and I can put something together 👍 |
Describe the bug
Hi, I've downloaded from the release section the new v2.6.0 Windows executables, and using "--help", it shows:
dasel_windows_386 --help
dasel_windows_amd64 --help
I switched back to the previous working version v2.5.0. I'm on Windows 7 x64 SP1.
Cheers.
The text was updated successfully, but these errors were encountered: