Skip to content

Make script fails on go version go1.10 darwin/amd64 #2563

@svenpopping

Description

@svenpopping

When running the cmd make on go version go1.10 darwin/amd64the following error occurs:

# github.com/docker/swarmkit/vendor/github.com/google/certificate-transparency/go/x509
vendor/github.com/google/certificate-transparency/go/x509/root_darwin.go:73: cannot use nil as type _Ctype_CFDataRef in assignment
make: *** [bin/swarmd] Error 2

The go version of the google/certificate-transparency dependency has been moved to google/certificate-transparency-go.

The issue with the nil assignment is fixed in google/certificate-transparency-go#155.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions