diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec
index 6ad56b7..ffef4b0 100644
--- a/SPECS/go-toolset.spec
+++ b/SPECS/go-toolset.spec
@@ -1,4 +1,4 @@
-%global go_version 1.16.7
+%global go_version 1.17.2
 
 Name: go-toolset
 Version: %{go_version}
@@ -18,6 +18,11 @@ This is the main package for go-toolset.
 %files
 
 %changelog
+* Thu Oct 14 2021 Alejandro Sáez <asm@redhat.com> - 1.17.2-1
+- Rebase to Go 1.17.2
+- Rebase to Delve 1.7.2
+- Resolves: rhbz#2014088
+
 * Tue Aug 17 2021 David Benoit <dbenoit@redhat.com> - 1.16.7-1
 - Rebase to Go 1.16.7
 - Resolves: rhbz#1994079