Overflow int error in CloudQuery plugin SDK schema test date

Does anyone get an “overflow int” error from the plugin SDK schema test date? Why would this happen?

@comic-pup - Can you provide some more details? Which plugin SDK (Go, Java, Python or TypeScript)? What version?

Golang Plugin version 4.16.1

Are you creating your own source plugin, and that is how you are running into this issue?

No, I’m trying to add an index key to the Terraform plugin.

Is the source code public for the feature you are working on?

Yes. Last public version.

And the issue that you are running into is that the tests fail after you have made changes or before?

After but also occurs before. Code compiled and ran yesterday as expected. Today seems to be having issues.

Ran go mod tidy. Go version 1.21.6. Was there any changes to the Plugin SDK?

We release new versions of the plugin SDK as needed, but the old versions are not immutable.

Appears to compile successfully when

GOOS=linux GOARCH=amd64 CGO_ENABLED=0

Not sure why, but that would work for me. Maybe an OS issue.

Glad you figured out a solution.