Closed Amar-C closed 2 months ago
we are trying to build k6 with xk6-couchbase but we see a checksum mismatch. Is this expected?
k6>CGO_ENABLED=1 xk6 build master --with github.com/grafana/xk6-sql --with github.com/mostafa/xk6-kafka --with github.com/thotasrinath/xk6-couchbase ... 2024/08/06 18:45:28 [INFO] exec (timeout=0s): /bin/go mod edit -require github.com/thotasrinath/xk6-couchbase@latest 2024/08/06 18:45:28 [INFO] exec (timeout=0s): /bin/go mod tidy -compat=1.17 github.com/thotasrinath/xk6-couchbase@v0.0.4: verifying module: checksum mismatch downloaded: h1:E+eNWQByFW1ffQhcVvP5c5GZIzI3DGlSv5g/PKDm6sY= sum.golang.org: h1:UX49IbV9IMip/0KG3ilXM1LMruj7GceZZ7JIaaua/uI=
Hi, Pointing out to master would have fixed your problem. Anyhow,Please try using the latest version v0.0.5.
Thanks for the quick fix. We can confirm that using v0.0.5 works with the build
v0.0.5
we are trying to build k6 with xk6-couchbase but we see a checksum mismatch. Is this expected?