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
Problem & Expected Behavour
go getto install the Feast Go SDK should work by version tag:Returns:
Instead of installing the Go SDK at release version tag v0.5.1.
Proposed Solution
sdk/go/v0.5.1)sdk/go/v<VERSION>each release. This tag will allow us to pull the go module by a versioned tag. Reference