hi all, on Concourse pipeline, I am getting this e...
# pact-go
s
hi all, on Concourse pipeline, I am getting this error
Copy code
=== RUN   Test_HandlerContract
2023/10/24 16:10:39 [INFO] checking pact-provider-verifier within range >= 1.36.1, < 2.0.0
2023/10/24 16:10:39 [ERROR] CLI tools are out of date, please upgrade before continuing
while running
go test
even though I installed the pact-cli, updated the path and got pact-go deps
m
I've only ever seen this when the path and/or tools are incorrectly installed
s
looks like the alpine based golang docker image (which is what we used in concourse pipeline) doesn't support this underlying ruby https://docs.pact.io/docker#for-pact-implementations-that-use-the-rust-shared-core-or
will have to switch to ubuntu based go docker image
👍 1
m
Yep, you’ll need to switch to something with a glibc implementation
👍 1