-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detail
Description
- Gitea version (or commit ref): a924a90
- Git version: 2.25
- Operating system: Windows
Description
The check in make go-check
fails because the regular expression for version extraction doesn't match the output of go version
.
go version
output is go version go1.14 windows/amd64
which cannot be matched with grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?\s'
.
Metadata
Metadata
Assignees
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detail