Skip to content

Instantly share code, notes, and snippets.

@chengyayu
Created September 29, 2019 03:01
Show Gist options
  • Select an option

  • Save chengyayu/06bd63c66da52411a03244a69002350b to your computer and use it in GitHub Desktop.

Select an option

Save chengyayu/06bd63c66da52411a03244a69002350b to your computer and use it in GitHub Desktop.
#golang #go-modules #go-mod

how to fix checksum mismatch?

go: verifying github.com/docker/docker@v1.13.1: checksum mismatch

$ go clean -modcache
$ cd project && rm go.sum
$ go mod tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment