Merge pull request #5621 from thaJeztah/more_go_build_tags

cli/command/container: fix missing go:build tag
This commit is contained in:
Sebastiaan van Stijn 2024-11-15 11:24:51 +01:00 committed by GitHub
commit 9861ce90fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// 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
// +build go1.22
package container
import (