golang update 1.12
Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>master
parent
c59dc529b6
commit
f8549431ff
|
@ -70,7 +70,7 @@
|
|||
%endif
|
||||
|
||||
# Pre build std lib with -race enabled
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 aarch64 ppc64le
|
||||
%global race 1
|
||||
%else
|
||||
%global race 0
|
||||
|
@ -101,11 +101,11 @@
|
|||
%global gohostarch s390x
|
||||
%endif
|
||||
|
||||
%global go_api 1.11
|
||||
%global go_version 1.11.5
|
||||
%global go_api 1.12
|
||||
%global go_version 1.12
|
||||
|
||||
Name: golang
|
||||
Version: 1.11.5
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: The Go Programming Language
|
||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||
|
|
Loading…
Reference in New Issue