diff -pruN 0.0~git20200716.e6b33f4-2/debian/changelog 0.0~git20200716.e6b33f4-2ubuntu1/debian/changelog
--- 0.0~git20200716.e6b33f4-2/debian/changelog	2021-01-27 00:41:50.000000000 +0000
+++ 0.0~git20200716.e6b33f4-2ubuntu1/debian/changelog	2022-03-17 16:25:20.000000000 +0000
@@ -1,3 +1,9 @@
+golang-github-streadway-amqp (0.0~git20200716.e6b33f4-2ubuntu1) jammy; urgency=medium
+
+  * Temporarily allow SHA1 certs in test cases only to fix tests with Go 1.18
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Thu, 17 Mar 2022 11:25:20 -0500
+
 golang-github-streadway-amqp (0.0~git20200716.e6b33f4-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.0~git20200716.e6b33f4-2/debian/control 0.0~git20200716.e6b33f4-2ubuntu1/debian/control
--- 0.0~git20200716.e6b33f4-2/debian/control	2021-01-27 00:40:15.000000000 +0000
+++ 0.0~git20200716.e6b33f4-2ubuntu1/debian/control	2022-03-17 16:25:20.000000000 +0000
@@ -1,5 +1,6 @@
 Source: golang-github-streadway-amqp
-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
 Uploaders: Andreas Henriksson <andreas@fatal.se>,
            Alexandre Viau <aviau@debian.org>
 Section: golang
diff -pruN 0.0~git20200716.e6b33f4-2/debian/rules 0.0~git20200716.e6b33f4-2ubuntu1/debian/rules
--- 0.0~git20200716.e6b33f4-2/debian/rules	2021-01-27 00:40:15.000000000 +0000
+++ 0.0~git20200716.e6b33f4-2ubuntu1/debian/rules	2022-03-17 16:25:20.000000000 +0000
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --buildsystem=golang --with=golang
+
+override_dh_auto_test:
+	GODEBUG=x509sha1=1 dh_auto_test
