search for: ublksrv

Displaying 1 result from an estimated 1 matches for "ublksrv".

Did you mean: blkdrv
2023 Aug 11
2
[libnbd PATCH] golang: Bump minimum Go version to 1.17
...urn ret } "; diff --git a/README.md b/README.md index c7166613..8524038e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ ## Building from source * Python >= 3.3 to build the Python 3 bindings and NBD shell (nbdsh). * FUSE 3 to build the nbdfuse program. * Linux >= 6.0 and ublksrv library to build nbdublk program. -* go and cgo, for compiling the golang bindings and tests. +* go and cgo >= 1.17, for compiling the golang bindings and tests. * bash-completion >= 1.99 for tab completion. Optional, only needed to run the test suite: diff --git a/golang/configure/go.mod...