I have a project where we're using DuckDB using this driver. When I try to build, I get the following error ``` # github.com/marcboeker/go-duckdb ../../../go/pkg/mod/github.com/marcboeker/go-duckdb@v1.7.1/transaction.go:6:5: undefined: conn ``` I noticed that this error only occurs when building from Ubuntu but works fine when building from Mac. Building for linux <img width="1170" alt="Screenshot 2024-09-11 at 6 38 27 PM" src="https://github.com/user-attachments/assets/dcb82938-4096-4e81-a7de-37c99b3149c0"> Building for mac <img width="556" alt="Screenshot 2024-09-11 at 6 41 42 PM" src="https://github.com/user-attachments/assets/94c846bc-2433-4c56-ac21-a8518aba0447">