diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec
index ddbfe20..4a28ea7 100644
--- a/SPECS/go-toolset.spec
+++ b/SPECS/go-toolset.spec
@@ -1,4 +1,4 @@
-%global go_version 1.14.7
+%global go_version 1.15.0
 
 Name: go-toolset
 Version: %{go_version}
@@ -18,6 +18,10 @@ This is the main package for go-toolset.
 %files
 
 %changelog
+* Wed Sep 09 2020 Alejandro Sáez <asm@redhat.com> - 1.15.0-1
+- Rebase to 1.15.0
+- Related: rhbz#1870531
+
 * Wed Aug 19 2020 Alejandro Sáez <asm@redhat.com> - 1.14.7-1
 - Rebase to Go 1.14.7
 - Resolves: rhbz#1820596