-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Is your feature request related to a problem? Please describe.
I work on a multicloud networking project called Paraglider which heavily makes use of this SDK. We use Dependabot to keep up-to-date with our dependencies. I've noticed this SDK frequently updates the minimum Go version in the go.mod quite often (fd7031e, 21e156b). This requires us to update our minimum version frequently as well, which is a bit of a hindrance due to having to reinstall Go versions in our development environments every time this SDK releases a new version.
Describe the solution you'd like
I wanted to request if the frequency of the minimum version upgrade can be reduced. If there's a necessary reason for the Go version updates, then I completely understand and will make things work in our own project. However, looking at the commits I linked above, I wasn't able to find a clear reason why the minimum version needed to be updated based on the other packages that were updated.
Describe alternatives you've considered
N/A
Additional context
CC @praveingk who is a core IBM contributor to Paraglider