feat: enforce semver in package versions (#17)
* chore: disable copilot
Signed-off-by: Xe Iaso <me@xeiaso.net>
* feat(internal): additional version and package build validations
This adds additional test logic to ensure that versions passed to
package build functions are semantic versions and that the version
strings can be properly parsed after the package is built.
Signed-off-by: Xe Iaso <me@xeiaso.net>
* chore: go mod tidy
Signed-off-by: Xe Iaso <me@xeiaso.net>
* test(internal): test an intentionally failing build
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>