Merge pull request #1200 from carbin-gun/master
Update check go major version way
This commit is contained in:
commit
f2eac0e723
@ -5,7 +5,7 @@ set -e
|
||||
VERSION=$( go version )
|
||||
|
||||
# For development versions of Go, these will be empty.
|
||||
MAJOR_GOVERSION=$( echo -n "$VERSION" | grep -o 'go1\.[0-9]' || true )
|
||||
MAJOR_GOVERSION=$( echo -n "$VERSION" | grep -o 'go1\.[0-9]*' || true )
|
||||
FULL_GOVERSION=$( echo -n "$VERSION" | grep -o 'go1\.[0-9|\.]*' || true )
|
||||
|
||||
# The list of unsupported major go versions.
|
||||
|
Reference in New Issue
Block a user