Skip to content

go version check problem #566

Closed
Closed
@chux0519

Description

@chux0519

scripts/check_requirement.sh seems not correctly check the go version( GO_VER_2 ).

on OSX
go version: 1.10.3

go version | awk 'match($0, /([0-9])+(.[0-9])+/) { ver = substr($0, RSTART, RLENGTH); split(ver, n, "."); print n[2];}'

output: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions