Display go-sdk version with tea version. #439

Closed
opened 2021-11-01 00:54:16 +00:00 by lunny · 3 comments
Owner

To find the problem ASAP, it's better to also display go-sdk version when print tea version.

To find the problem ASAP, it's better to also display go-sdk version when print tea version.
lunny added the
kind/proposal
label 2021-11-01 00:54:16 +00:00
Member

is this really necessary? for any gitea version built from a commit in this repo, the sdk version is easily found:

TEA_VERSION=`tea -v`
curl -sL https://gitea.com/gitea/tea/raw/v${TEA_VERSION}/go.mod | grep code.gitea.io/sdk
is this really necessary? for any gitea version built from a commit in this repo, the sdk version is easily found: ``` TEA_VERSION=`tea -v` curl -sL https://gitea.com/gitea/tea/raw/v${TEA_VERSION}/go.mod | grep code.gitea.io/sdk ```
Author
Owner

I remeber docker CLI will always show Golang version. Maybe we can follow that.

I remeber docker CLI will always show Golang version. Maybe we can follow that.
Owner
-> #486 @lunny
lunny closed this issue 2022-06-18 14:34:19 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/tea#439
No description provided.