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
- Replace sort.Slice with slices.SortFunc and cmp.Compare
- Upgrade yaml.v2 to yaml.v3
- Replace gotest.tools with testify (already a dependency)
- Use context.Background() instead of context.TODO() in tests
- Use idiomatic errors.As with typed variables instead of new()
- Use %w for proper error wrapping in rollback handling
- Remove gotest.tools and yaml.v2 from go.mod
0 commit comments