taosadapter icon indicating copy to clipboard operation
taosadapter copied to clipboard

taosadapter go build err

Open askgh opened this issue 2 years ago • 1 comments

cd taosadapter

#go build verifying github.com/influxdata/[email protected]: checksum mismatch downloaded: h1:UwNxaSv1174kqSAhxA+aFKuroBE40i/eww+PsuJybPY= go.sum: h1:QBxOByNLon/8aMJvzghXAkJcpvlTezna6wqZNlG1zyE=

SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt.

For more information, see 'go help module-auth'.

#go version go version go1.19.5 linux/amd64

askgh avatar Jan 12 '23 13:01 askgh

please set go proxy and try go mod tidy && go build

sunpe avatar Feb 24 '23 02:02 sunpe