fix(deps): use updated import path for github.com/speakeasy-api/openapi/overlay#2231
fix(deps): use updated import path for github.com/speakeasy-api/openapi/overlay#2231netixx wants to merge 1 commit intooapi-codegen:mainfrom
github.com/speakeasy-api/openapi/overlay#2231Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
github.com/speakeasy-api/openapi/overlay
|
|
||
| go 1.22.5 | ||
| go 1.24.3 | ||
|
|
There was a problem hiding this comment.
🛑 we don't want to bump this high
There was a problem hiding this comment.
But why? Even Go 1.24 is not supported anymore since Go 1.26 was released.
There was a problem hiding this comment.
|
OK, so this looks like this may also involve bumping #2139 (and our |
|
in the meantime, to you have a solution to fix the broken dependency chain ? |
|
I think we need to talk about the required Go version. I originally tried to keep the oldest version possible, but the most important part to me is that the generated code isn't too version specific. I think that jumping to 1.24 would allow us to move to the new usage of |
|
We'll bump to 1.24 as part of the 2.7.0 release |
Fixes: #2230