[GH-ISSUE #154] How do I determine which version I'm running? #55

Open
opened 2026-03-13 15:34:01 +03:00 by kerem · 2 comments
Owner

Originally created by @Daniel15 on GitHub (Mar 1, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/154

There's no --version flag so I'm not sure how to tell if I'm on the latest version. I installed it using go get github.com/joohoi/acme-dns/....

Originally created by @Daniel15 on GitHub (Mar 1, 2019). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/154 There's no `--version` flag so I'm not sure how to tell if I'm on the latest version. I installed it using `go get github.com/joohoi/acme-dns/...`.
Author
Owner

@joohoi commented on GitHub (Mar 1, 2019):

Oh, I probably should add version information to startup messages and as a flag as you mentioned. If you did go get... you can figure out the version by checking the files in $GOPATH, usually ~/go/src/github.com/joohoi/acme-dns.

<!-- gh-comment-id:468614625 --> @joohoi commented on GitHub (Mar 1, 2019): Oh, I probably should add version information to startup messages and as a flag as you mentioned. If you did `go get...` you can figure out the version by checking the files in `$GOPATH`, usually `~/go/src/github.com/joohoi/acme-dns`.
Author
Owner

@Daniel15 commented on GitHub (Mar 14, 2019):

Thanks. Just worked out that I need to run go get -u github.com/joohoi/acme-dns/... to update to the latest version... I'm not very experienced with Go yet. Maybe I should switch to using releases from the "Releases" section on Github. :)

<!-- gh-comment-id:472719731 --> @Daniel15 commented on GitHub (Mar 14, 2019): Thanks. Just worked out that I need to run `go get -u github.com/joohoi/acme-dns/...` to update to the latest version... I'm not very experienced with Go yet. Maybe I should switch to using releases from the "Releases" section on Github. :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#55
No description provided.