like how task does it.
go install github.com/go-task/task/v3/cmd/task@latest
task --version
Task version: v3.42.1 (h1:HOaFbZGLOrAy2V/dLsX2rGJZVG2Qx6268KUIAIXdNE4=)
I prefer to not know the hash, but just the version that matches the version used for tagging, because its then easy to automate updates on all servers.
like how task does it.
I prefer to not know the hash, but just the version that matches the version used for tagging, because its then easy to automate updates on all servers.