Skip to content

Commit bc717ff

Browse files
mfrwjslobodzian
authored andcommitted
golang: include go.env in GOROOT (#8004)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent 75c2df4 commit bc717ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SPECS/golang/golang.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ popd
8888
mkdir -p %{buildroot}%{_bindir}
8989
mkdir -p %{buildroot}%{goroot}
9090

91-
cp -R api bin doc lib pkg src misc VERSION %{buildroot}%{goroot}
91+
cp -R api bin doc lib pkg src misc VERSION go.env %{buildroot}%{goroot}
9292

9393
# remove the unnecessary zoneinfo file (Go will always use the system one first)
9494
rm -rfv %{buildroot}%{goroot}/lib/time
@@ -143,6 +143,7 @@ fi
143143
%changelog
144144
* Fri Feb 02 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.6-1
145145
- Bump version to 1.21.6
146+
- Include go.env in GOROOT
146147

147148
* Mon Oct 16 2023 Nan Liu <liunan@microsoft.com> - 1.20.10-1
148149
- Bump version to 1.20.10 to address CVE-2023-29409, CVE-2023-39318, CVE-2023-39319, CVE-2023-39323, CVE-2023-39533, CVE-2023-29406, CVE-2023-39325, CVE-2023-44487

0 commit comments

Comments
 (0)