update nomad module to stable release
We should update to stable release of nomad module: https://github.com/crazy-max/diun/blob/753855b16e28bc75016970db8c59a6c37f6842ce/go.mod#L25
Atm v1.9.4: https://github.com/hashicorp/nomad/releases/latest
@IamTheFij If you have time to take a look :pray:
Unfortunately because the API is actually a submodule of hashicorp/nomad, it needs to have it's own tag specified. Since it does not, an indirect tag (as shown here) is used.
I opened an issue with Nomad here: https://github.com/hashicorp/nomad/issues/19613
That said, we can update it, but it will still show v0.0.0-20241220160552-618135e43fe8.
Unfortunately because the API is actually a submodule of
hashicorp/nomad, it needs to have it's own tag specified. Since it does not, an indirect tag (as shown here) is used.I opened an issue with Nomad here: hashicorp/nomad#19613
I see, thanks for raising this!
That said, we can update it, but it will still show
v0.0.0-20241220160552-618135e43fe8.
Yes fine by me in the meantime thanks!