Merge pull request #6854 from thaJeztah/missing_buildtags

cli/command: add missing "go:build" comments
This commit is contained in:
Sebastiaan van Stijn
2026-03-10 17:31:48 +01:00
committed by GitHub
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// FIXME(vvoland): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.24
package container
+3
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.24
package container
import (
+3
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.24
package progress
import (