add //go:build directives to prevent downgrading to go1.16 language

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-02-06 18:12:40 +01:00
parent 19d72fd0a2
commit 9e77d05967
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// FIXME(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 osl
import (