aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Aries Agent Test Harness afgo-interop build failing

Open swcurran opened this issue 3 years ago • 0 comments

The build for the afgo-interop is failing in the Aries Agent Test Harness.

In that repo, when I run: ./manage build -a afgo-interop

I get the following error at the end of the log:

# github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service
../../pkg/didcomm/common/service/destination_interop.go:25:2: legacyDIDCommServiceType redeclared in this block
        previous declaration at ../../pkg/didcomm/common/service/destination.go:33:29
note: module requires Go 1.17
make: *** [Makefile:135: agent-rest-acapy-interop] Error 2
The command '/bin/sh -c GO_TAGS=${GO_TAGS} GOPROXY=${GOPROXY} make agent-rest-acapy-interop' returned a non-zero code: 2
Docker image build failed.

Could someone take a look at that, or provide pointers to fix. Do we just need to update the go version?

Thanks

swcurran avatar Aug 16 '22 16:08 swcurran