docs icon indicating copy to clipboard operation
docs copied to clipboard

Update Go SDK installation command in documentation

Open rschoonheim opened this issue 3 months ago • 2 comments

Description

Updated go get install instruction since the repository is moved?

When using the current install instruction is get the following error:

romano@development:/hyperplane/open-source/docker-update$  go get github.com/docker/docker/client
go: github.com/docker/docker/client@upgrade (v0.1.0-beta.0) requires github.com/docker/docker/[email protected]: parsing go.mod:
        module declares its path as: github.com/moby/moby/client
                but was required as: github.com/docker/docker/client

Related issues or tickets

Reviews

  • [ ] Technical review
  • [ ] Editorial review
  • [ ] Product review

rschoonheim avatar Oct 02 '25 07:10 rschoonheim

Deploy Preview for docsdocker ready!

Name Link
Latest commit f60603956bf1667d08740e33963f4fb66bfb46ee
Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/68de2a62b57333000830fbbf
Deploy Preview https://deploy-preview-23483--docsdocker.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Oct 02 '25 07:10 netlify[bot]

Hmm, versioning errors. go get github.com/docker/docker does work..

rschoonheim avatar Oct 02 '25 07:10 rschoonheim