mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
Windows: Require REST 1.25 or later
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
6
api/common_unix.go
Normal file
6
api/common_unix.go
Normal file
@ -0,0 +1,6 @@
|
||||
// +build !windows
|
||||
|
||||
package api
|
||||
|
||||
// MinVersion represents Minimum REST API version supported
|
||||
const MinVersion string = "1.12"
|
Reference in New Issue
Block a user