Open antonijakubiak-samsung opened 6 months ago
@antonijakubiak-samsung
Thank you for highlighting the issue with Go 1.22. I have confirmed that your suggestion to add a go.mod file is correct. Alternatively, to resolve the problem, I initialized the Go module and added the necessary dependencies with the following commands:
go mod init github.com/pgspider/influxdb_fdw
go get github.com/influxdata/influxdb1-client/v2
go mod tidy
I will consider adding the go.mod file to the repository in the next update. Thanks again for your valuable input.
Hi,
Compilation fails with go 1.22.
A fix is to add
go.mod
file.Kind regards Antoni Jakubiak