Support for Golang in latest version?

I’ve noticed that support for Golang bindings doesn’t seem to be maintained as well as other languages. For example, the docs say that support works for versions 200-740, but I’ve never been able to get it working above
FDB_API_VERSION=630
FDB_VERSION=6.3.25

despite at the time of Changes to allow golang example to work · danthegoodman1/foundationdb@15d59cb · GitHub FDB 7.1 being released. Will golang work with 7.3.x? and if so, what FDB API version should be used?

The golang driver works for 7.1 (and probably above). I’ve fetched them like this, and they seem to work without issue.

go get github.com/apple/foundationdb/bindings/go@7.1.43

but I’ve never been able to get it working above

Can you share a bit more what exactly is not working and how your setup works? Those 7.1 and 7.3 should be working fine we have tests for out Kubernetes operator running with 7.1 and 7.3 and both work without issues.

Sorry, I had eventually figured this out! It was the default go get version