summaryrefslogtreecommitdiff
path: root/pkg/api/types/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/types/types.go')
-rw-r--r--pkg/api/types/types.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/api/types/types.go b/pkg/api/types/types.go
index d5067cc54..034bae6d4 100644
--- a/pkg/api/types/types.go
+++ b/pkg/api/types/types.go
@@ -1,13 +1,5 @@
package types
-const (
- // DefaultAPIVersion is the version of the compatible API the server defaults to
- DefaultAPIVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/
-
- // MinimalAPIVersion is the minimal required version of the compatible API
- MinimalAPIVersion = "1.24"
-)
-
type APIContextKey int
const (