latest geth stable version

61 views
Skip to first unread message

SEMIA GUESMI

unread,
Mar 10, 2025, 4:50:11 AM3/10/25
to golang-nuts
What is the latest stable version of geth ? how can I know it 

Def Ceb

unread,
Mar 10, 2025, 6:23:02 AM3/10/25
to SEMIA GUESMI, golang-nuts

I'll take a wild guess and use this package for the examples: github.com/ethereum/go-ethereum/ethclient/gethclient

Option 1: check the version control system used for this package, e.g the github repo, for tagged versions and v2/v3 branches. e.g https://github.com/ethereum/go-ethereum/tags or clone the repo and check `git tag`

Option 2: use pkg.go.dev, e.g https://pkg.go.dev/github.com/ethereum/go-ethereum/ethclient/gethclient?tab=versions for the package I mentioned. 

Option 3: just do a `go get -u` run to update dependencies. If there's a newer version available, then it'll get used.

These are probably enough for whatever you need it for.


On Mon, Mar 10, 2025, 10:50 SEMIA GUESMI <semia....@unicam.it> wrote:
What is the latest stable version of geth ? how can I know it 

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/904c452f-4ca4-4305-a6fe-17a456f00f36n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages