Skip to content

Go SDK: go get by Version Tag Does Not Work #824

Description

@mrzzy

Problem & Expected Behavour

go get to install the Feast Go SDK should work by version tag:

go get github.com/feast-dev/feast/sdk/go@v0.5.1

Returns:

go get github.com/feast-dev/feast/sdk/go@v0.5.1: module github.com/feast-dev/feast@v0.5.1 found, but does not contain package github.com/feast-dev/feast/sdk/go

Instead of installing the Go SDK at release version tag v0.5.1.

Proposed Solution

  • Update setup.py to support non semver tags. (ie sdk/go/v0.5.1)
  • Introduce additional tag sdk/go/v<VERSION> each release. This tag will allow us to pull the go module by a versioned tag. Reference

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions