Preparing 0.20.0
diff --git a/test/Makefile.am b/test/Makefile.am
index d5f1434..d3d0075 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -144,6 +144,7 @@
 	AnnotationTest.thrift \
 	BrokenConstants.thrift \
 	ConstantsDemo.thrift \
+	v0.16/ConstantsDemo.thrift \
 	DebugProtoTest.thrift \
 	v0.16/DebugProtoTest.thrift \
 	DenseLinkingTest.thrift \
@@ -159,6 +160,7 @@
 	ManyOptionals.thrift \
 	ManyTypedefs.thrift \
 	NameConflictTest.thrift \
+	v0.16/NameConflictTest.thrift \
 	OptionalRequiredTest.thrift \
 	Recursive.thrift \
 	ReuseObjects.thrift \
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index ff7ce68..92ddc93 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -63,4 +63,6 @@
 EXTRA_DIST = \
 	src/bin \
 	src/common \
+	go.mod \
+	go.sum \
 	genmock.sh