Skip to content

Commit c1ef0e0

Browse files
committed
remove legacy and redundant build-tags
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2eec746 commit c1ef0e0

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

cli/command/container/completion.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// 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.22
3-
// +build go1.22
43

54
package container
65

cmd/docker/internal/signals/signals_unix.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build unix
2-
// +build unix
3-
41
package signals
52

63
import (

0 commit comments

Comments
 (0)