You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Bumping to the latest version including 4965b0f in a project using golang 1.20 (e.g.openstack-k8s-operators/nova-operator#847) breaks as slices is only added to sdlib in golang 1.21. The commit 4965b0f did not changed the go.mod file to indicate that this repo now only support 1.21 either.
What you expected to happen:
I expect that such change only happens after #308 has been landed.
How to reproduce it:
bump to version 4965b0f or newer in an env using golang < 1.21
The text was updated successfully, but these errors were encountered:
gibizer
added a commit
to gibizer/utils
that referenced
this issue
Aug 27, 2024
This reverts commit 4965b0f as it
incorrectly started using stdlib slices without declaring that this repo
is now only compatible with golang >=1.21.
Closes: kubernetes#316
What happened:
Bumping to the latest version including 4965b0f in a project using golang 1.20 (e.g.openstack-k8s-operators/nova-operator#847) breaks as slices is only added to sdlib in golang 1.21. The commit 4965b0f did not changed the go.mod file to indicate that this repo now only support 1.21 either.
What you expected to happen:
I expect that such change only happens after #308 has been landed.
How to reproduce it:
bump to version 4965b0f or newer in an env using golang < 1.21
The text was updated successfully, but these errors were encountered: