kube-arangodb
kube-arangodb copied to clipboard
Please add proper go version tags for releases
The current tagging approach doesn't allow me to specify tagged version of kube-arangodb if I want to use it in my Go project. Tags in the form 1.2.4 are not valid version tags in go. Version tags should be named like v1.2.4 in order for go mod to recognize them.