You must install Go binding explicitly with a command like the following
go get github.com/apple/foundationdb/bindings/go/src/fdb@7.1.15
-
FoundationDB releases don't use the typical
vX.Y.Z
tag format typically used by other github projects and somethinggo mod
relies on. So you must be careful during upgrades and avoid accidentally upgrading to an incompatible/HEAD binding version