Skip to content

Commit 5d8cc2c

Browse files
authored
Merge pull request #6854 from thaJeztah/missing_buildtags
cli/command: add missing "go:build" comments
2 parents d0442ed + 9a47118 commit 5d8cc2c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

cli/command/container/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// FIXME(vvoland): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
1+
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
22
//go:build go1.24
33

44
package container

cli/command/container/tty.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2+
//go:build go1.24
3+
14
package container
25

36
import (

cli/command/service/progress/progress.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2+
//go:build go1.24
3+
14
package progress
25

36
import (

0 commit comments

Comments
 (0)