Skip to content

go mod fails on go 1.13 because of invalid pseudo-version #462

Closed
@Skarlso

Description

@Skarlso

Once arango switches to go 1.13 the build will fail with this error:

go: github.com/coreos/[email protected] requires
        github.com/prometheus/[email protected]+incompatible requires
        k8s.io/[email protected]+incompatible: invalid pseudo-version: preceding tag (v2.0.0-alpha.0) not found

This related to this:

golang/go#33546 from go.

And here is the related prometheus issue for it:

prometheus/prometheus#6048

TL;DR arango needs to get the commit ID instead of the version because prometheus doesn't care about go's API compatilibity restrictions.

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