diff options
| author | gy95 <guoyao17@huawei.com> | 2021-10-13 17:08:28 +0800 |
|---|---|---|
| committer | gy95 <guoyao17@huawei.com> | 2021-10-20 09:43:22 +0800 |
| commit | 5f935ebf0d7a39cdca9be633183ea2725d5ec850 (patch) | |
| tree | 6a53c845f41264a06d40e27fe49449c8f26067c8 /hack | |
| parent | Merge pull request #3219 from fisherxu/v1.8.2 (diff) | |
| download | kubeedge-5f935ebf0d7a39cdca9be633183ea2725d5ec850.tar.gz | |
update golang required version to 1.15
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/verify-golang.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/verify-golang.sh b/hack/verify-golang.sh index b4ff025d7..22fe311b6 100755 --- a/hack/verify-golang.sh +++ b/hack/verify-golang.sh @@ -37,7 +37,7 @@ if [ $X -lt 1 ] ; then exit 1 fi -if [ $Y -lt 12 ] ; then - echo "go minor version must >= 12, now is $Y" +if [ $Y -lt 15 ] ; then + echo "go minor version must >= 15, now is $Y" exit 1 fi |
