taosadapter go build err
Opened this issue · 1 comments
askgh commented
cd taosadapter
#go build
verifying github.com/influxdata/telegraf@v1.23.4: 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
sunpe commented
please set go proxy and try go mod tidy && go build