You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "bgoldman-videoamp (via GitHub)" <gi...@apache.org> on 2023/02/06 19:18:13 UTC

[GitHub] [airflow-client-go] bgoldman-videoamp commented on issue #41: go get github.com/apache/airflow-client-go@latest gives me v0.0.0, not v2.5.0.

bgoldman-videoamp commented on issue #41:
URL: https://github.com/apache/airflow-client-go/issues/41#issuecomment-1419616306

   So a closer look shows that the version issue is a rather superficial one (see https://github.com/opensearch-project/opensearch-go/issues/73 for a similar issue.  All you need to do is set the tag `2.5.0` to `v2.5.0`.  The real issue at hand is that the subpackage `github.com/apache/airflow-client-go/airflow` installed is out of date.  When `go get github.com/apache/airflow-client-go@latest` is run, the package version for the subpackage is `v0.0.0-20200725194829-781c285536c1` when it should be `v0.0.0-20230203175943-7af9875e7d4c`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org