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
sync.OnceValue was introduced in go1.21. Currently validator's go.mod
states minimum go version to be go1.18.
This commit moves the lazy regex initialization into its own file
lazy.go and provides backwards compatibility using buildtags and the
file lazy_compat.go which contains a backported (non-generic) version of
sync.OnceValue.
Signed-off-by: Kimmo Lehto <[email protected]>
0 commit comments