-
-
Notifications
You must be signed in to change notification settings - Fork 743
Move to newer keyring fork (fixes iOS builds) #460
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,12 +1,10 @@ | ||||||||
| module github.com/majd/ipatool/v2 | ||||||||
|
|
||||||||
| go 1.23.0 | ||||||||
|
|
||||||||
| toolchain go1.23.2 | ||||||||
| go 1.25.0 | ||||||||
|
||||||||
| go 1.25.0 | |
| go 1.25.0 | |
| toolchain go1.25.0 |
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.
The module now declares
go 1.25.0, but the repo’s GitHub Actions workflows are pinned to Go 1.23.0. With this change, CI/builds using Go 1.23 will fail with a “go.mod requires go >= 1.25.0” error; either bump the workflows/tooling to 1.25 (or higher) or keep thegodirective at the supported version.