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
Commits fa5a4ac499d7327b and aa946f3f59c82c58 started using the slices package in Git main and release-1.17, which was only introduced in Go 1.21. Since then, main has been changed to require Go 1.22, but release-1.17 still only specifies Go 1.20 in go.mod.
It might be a good idea to make the Go version specified in go.mod match reality.