Skip to content

Go 1.14 version check fails on Windows/amd64 #10507

@filipnavara

Description

@filipnavara
  • 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

No one assigned

    Labels

    issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detail

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions