diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec
index c2dda4a..6ad56b7 100644
--- a/SPECS/go-toolset.spec
+++ b/SPECS/go-toolset.spec
@@ -1,8 +1,8 @@
-%global go_version 1.16.6
+%global go_version 1.16.7
 
 Name: go-toolset
 Version: %{go_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
 Summary: Package that installs go-toolset
 License: BSD and Public Domain
 
@@ -18,6 +18,12 @@ This is the main package for go-toolset.
 %files
 
 %changelog
+* Tue Aug 17 2021 David Benoit <dbenoit@redhat.com> - 1.16.7-1
+- Rebase to Go 1.16.7
+- Resolves: rhbz#1994079
+- Add reject leading zeros patch
+- Resolves: rhbz#1993314
+
 * Wed Jul 21 2021 Derek Parker <deparker@redhat.com> - 1.16.6-2
 - Fix TestBoringServerCurves failure when run by itself
 - Resolves: rhbz#1976168