ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

Don't read tool version from a file. #57

Closed spetrovic77 closed 1 year ago

spetrovic77 commented 1 year ago

Instead, rely on the version stored inside the compiled binary. This version is automatically filled by go install.

This change will allow us to simply tag the release and not have to also update the version manually.