containerd/vendor/github.com/Microsoft/hcsshim/version.go
Lantao Liu f267f217cd Update containerd to 66b984ee33
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-09-13 16:31:32 -07:00

7 lines
131 B
Go

package hcsshim
// IsTP4 returns whether the currently running Windows build is at least TP4.
func IsTP4() bool {
return false
}