diff --git a/SPECS/rhc.spec b/SPECS/rhc.spec
index a92d05e..18c2a75 100644
--- a/SPECS/rhc.spec
+++ b/SPECS/rhc.spec
@@ -4,7 +4,7 @@
Name: rhc
Version: 0.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 1
Summary: Message dispatch agent for cloud-connected systems
License: GPLv3
@@ -19,7 +19,7 @@ Patch1: build-Remove-the-Makefile-preamble.patch
ExclusiveArch: %{go_arches}
BuildRequires: git
-BuildRequires: go-toolset-1.15-golang
+BuildRequires: go-toolset-1.16-golang
BuildRequires: dbus-devel
BuildRequires: systemd-devel
@@ -37,7 +37,7 @@ a receiving queue for instructions to be sent to the system via a broker.
%build
CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" \
BUILDFLAGS="%buildflags" \
-scl enable go-toolset-1.15 -- \
+scl enable go-toolset-1.16 -- \
make PREFIX=%{_prefix} \
SYSCONFDIR=%{_sysconfdir} \
LOCALSTATEDIR=%{_localstatedir} \
@@ -54,7 +54,7 @@ make PREFIX=%{_prefix} \
%install
CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" \
BUILDFLAGS="%buildflags" \
-scl enable go-toolset-1.15 -- \
+scl enable go-toolset-1.16 -- \
make PREFIX=%{_prefix} \
SYSCONFDIR=%{_sysconfdir} \
LOCALSTATEDIR=%{_localstatedir} \
@@ -84,6 +84,9 @@ make PREFIX=%{_prefix} \
%changelog
+* Mon Oct 24 2022 Link Dupont - 0.2.0-3
+- Rebuild with Go 1.16 (RHBZ#2028560)
+
* Wed Aug 25 2021 Link Dupont - 0.2.0-2
- Rebuild for new build target