Skip to content

Docker-compose build fails due to /x/term redeclaration #16

@bicabone

Description

@bicabone

Pulling master and running docker-compose up fails at the following step

go: downloading golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf

# golang.org/x/term
/go/pkg/mod/golang.org/x/term@v0.0.0-20201210144234-2321bbc49cbf/term_unix_linux.go:9:7: ioctlReadTermios redeclared in this block
        previous declaration at /go/pkg/mod/golang.org/x/term@v0.0.0-20201210144234-2321bbc49cbf/term_unix_aix.go:9:26
/go/pkg/mod/golang.org/x/term@v0.0.0-20201210144234-2321bbc49cbf/term_unix_linux.go:10:7: ioctlWriteTermios redeclared in this block
        previous declaration at /go/pkg/mod/golang.org/x/term@v0.0.0-20201210144234-2321bbc49cbf/term_unix_aix.go:10:27
make: *** [Makefile:20: vet] Error 2
ERROR: Service 'droplets' failed to build : The command '/bin/sh -c CGO_ENABLED=0 make setup all' returned a non-zero code: 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions