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
chore(mock): migrate mock package and enhance clarity in tests (#126)
* chore(mock): migrate mock package and enhance clarity in tests
- Update dependency from `github.com/golang/mock` to `go.uber.org/mock`
- Remove unused import from `mocks/mocks.go`
- Change parameter type from `interface{}` to `any` in mock recorder functions
- Add generated comments in mock files for clarity
- Adjust import statements in test files to reflect the new mock package
Signed-off-by: appleboy <[email protected]>
* ci: update CI configuration for Ubuntu-only builds
- Change the operating system matrix to only include `ubuntu-latest`
Signed-off-by: appleboy <[email protected]>
* ci: upgrade golangci-lint action to version 6
- Update golangci-lint action version from v4 to v6
Signed-off-by: appleboy <[email protected]>
---------
Signed-off-by: appleboy <[email protected]>
0 commit comments