brimdata / zync

Kafka connector to sync Zed lakes to and from Kafka topics
BSD 3-Clause "New" or "Revised" License
17 stars 3 forks source link

Install failed : #80

Closed kripskroll closed 2 years ago

kripskroll commented 2 years ago

I have an error with a module not find during install on my Linux Debian system

$ go get github.com/brimdata/zync/cmd/zync@main build github.com/brimdata/zync/cmd/zync: cannot find module for path hash/maphash $

Im blocked. Just asked me anything you would need to better understand issue and I will provide. Thanks in advance --Krispkroll

nwt commented 2 years ago

@kripskroll: What does go version report?

kripskroll commented 2 years ago

go version go1.11.6 linux/amd64

nwt commented 2 years ago

@kripskroll: You'll need a newer Go version. Are you able to update to Go 1.16 or better?

kripskroll commented 2 years ago

@nwt : Perfect Thanks ! That works now :)