nukosuke/terraform-provider-zendesk

go mod download fails to fetch hashicorp/go-getter on AppVeyor

Closed this issue · 3 comments

go mod download failed on AppVeyor.

go: verifying github.com/hashicorp/go-getter@v1.2.0: checksum mismatch
	downloaded: h1:hJgdGKJUdQ2T1AAq60tXTKsmQMd/v/GqlnIqfZ5ylbk=
	go.sum:     h1:E05bVPilzyh2yXgT6srn7WEkfMZaH+LuX9tDJw/4kaE=

But checksum in go.sum is correct. #75

related issue: golang/go#29278

I suspect this symlink in go-getter package.

symlink problem of go1.11 have fixed at 1.11.4. maybe this is caused by AppVeyor.
Only disabling checksum for this package is workaround for now.