SonarGo failing to submit files with glob paths

SonarQube: Community Edition Version 8.2 (build 32929)
SonarGo: 1.6.0 (build 719)

I’m aiming to submit reports from any sub-directories in a workspace. There seems to be a mismatch in which parameters support wildcards. I’m receiving errors such as this:

ERROR: Test report can't be loaded, file not found: '/home/jenkins/agent/workspace/name/**/test.xml'
ERROR: No issue information will be saved as the report file '/home/jenkins/agent/workspace/name/**/checkstyle-result.xml'

It appears we have:

sonar.go.golangci-lint.reportPaths NO WILDCARD SUPPORT
sonar.go.tests.reportPaths NO WILDCARD SUPPORT
sonar.go.coverage.reportPaths WILDCARD SUPPORT

Would it be possible to have wildcard support for all three parameters?

Note that we can work around within a Jenkinsfile using findFiles.