Closed renormalize closed 5 days ago
What this PR does / why we need it:
Enhance the check make target to ensure the Go version adheres to x.y.0.
check
x.y.0
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
The diff in the mocks.go file is just an import order rearrange that automatically happened after running make check.
mocks.go
make check
Release note:
Enhanced the `check` make target to ensure the Go version adheres to `x.y.0`.
What this PR does / why we need it:
Enhance the
check
make target to ensure the Go version adheres tox.y.0
.Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
The diff in the
mocks.go
file is just an import order rearrange that automatically happened after runningmake check
.Release note: