Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
6430e49a55 Merge pull request #49700 from vvoland/missing-buildtags
Add missing go1.22 build constraints
2025-03-25 14:53:08 +01:00
Paweł Gronowski
cc90726fb8 Add missing go1.22 build constraints
Some recent changes used a newer Go features.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-03-25 13:45:47 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// TODO(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.22
package platform
import (

View File

@@ -1,3 +1,6 @@
// TODO(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.22
package oci // import "github.com/docker/docker/oci"
import (