You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/01/27 00:36:00 UTC

[jira] [Closed] (ARROW-15466) [Go] Please tag versions for Go modules to recognize

     [ https://issues.apache.org/jira/browse/ARROW-15466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou closed ARROW-15466.
--------------------------------
    Resolution: Not A Problem

We didn't release Apache Arrow 7.0.0 yet.
We're preparing 7.0.0 for now.

Please wait for a few weeks for tags for Go. We'll do it after we release 7.0.0.

> [Go] Please tag versions for Go modules to recognize
> ----------------------------------------------------
>
>                 Key: ARROW-15466
>                 URL: https://issues.apache.org/jira/browse/ARROW-15466
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Jonathan A Sternberg
>            Priority: Major
>
> Please tag v7 of arrow for Go with the method that Go expects for modules to specify their versions. At the current moment, if you want to upgrade to v7, you have to give a specific hash or a specific tag as part of the `go get` command instead of doing `go get github.com/apache/arrow/go/arrow/v7@latest`. This is because there is no `go/v7.0.0` tag pointing at the commit.
> There is a `go/v6.0.1`. This request is to tag the versions in v7 with the same tag format alongside the `apache-arrow-7.0.0` tag.
> See this page to see an example of the tag being recognized by Go modules properly: [https://pkg.go.dev/github.com/apache/arrow/go/v6.] If I replace that with `v7`, it does not currently recognize a stable version: [https://pkg.go.dev/github.com/apache/arrow/go/v7].



--
This message was sent by Atlassian Jira
(v8.20.1#820001)