thotasrinath / xk6-couchbase

K6 extension to test Couchbase DB
Apache License 2.0
5 stars 3 forks source link

Getting checksums error while building this plugin #7

Closed Amar-C closed 2 months ago

Amar-C commented 3 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=
thotasrinath commented 3 months ago

Hi, Pointing out to master would have fixed your problem. Anyhow,Please try using the latest version v0.0.5.

image

Amar-C commented 3 months ago

Thanks for the quick fix. We can confirm that using v0.0.5 works with the build