Update the version or the logging field validator
Context
Until some time ago, LabKit didn't have a stable release for the v2 module, so the logging field validator relied on a pseudo-version.
What and why?
Now that LabKit has stable releases for version 2, we can align the version of the validator to the LabKit version used in go.mod. This includes newer field deprecations and makes sure they can't be introduced in future MRs.
Related
- Issue: labkit#128
Edited by Matias Alvarez