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.
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.