!22 Upgrade golang to 1.15.7

From: @meilier
Reviewed-by: @jingxiaolu,@jing-rui
Signed-off-by: @jing-rui
This commit is contained in:
openeuler-ci-bot 2021-01-29 08:58:58 +08:00 committed by Gitee
commit c049552c00
2 changed files with 6 additions and 3 deletions

View File

@ -65,12 +65,12 @@
Name: golang Name: golang
Version: 1.15.5 Version: 1.15.7
Release: 3 Release: 1
Summary: The Go Programming Language Summary: The Go Programming Language
License: BSD and Public Domain License: BSD and Public Domain
URL: https://golang.org/ URL: https://golang.org/
Source0: https://dl.google.com/go/go1.15.5.src.tar.gz Source0: https://dl.google.com/go/go1.15.7.src.tar.gz
%if !%{golang_bootstrap} %if !%{golang_bootstrap}
BuildRequires: gcc-go >= 5 BuildRequires: gcc-go >= 5
@ -394,6 +394,9 @@ fi
%files devel -f go-tests.list -f go-misc.list -f go-src.list %files devel -f go-tests.list -f go-misc.list -f go-src.list
%changelog %changelog
* Thu Jan 28 2021 xingweizheng <xingweizheng@huawei.com> - 1.15.7-1
- upgrade to 1.15.7
* Mon Dec 7 2020 yangyanchao <yangyanchao6@huawei.com> - 1.15.5-3 * Mon Dec 7 2020 yangyanchao <yangyanchao6@huawei.com> - 1.15.5-3
- Enable Cgo for RISC-V - Enable Cgo for RISC-V