fix check-go-files to actually enable go test (and not cpp ones)
diff --git a/pom.xml b/pom.xml
index c31f33a..6f13989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,7 @@
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
               <configuration>
-                <groups>${testng.check-cpp-files}</groups>
+                <groups>${testng.check-go-files}</groups>
                 <excludedGroups>${testng.generate-java-files},${testng.check-cpp-files},${testng.check-cpp-historical-files}</excludedGroups>
               </configuration>
             </plugin>