Skip to content

Commit 7ec69de

Browse files
authored
Merge pull request #5904 from thaJeztah/cleanup_buildtags
remove legacy build-tags
2 parents 2eec746 + f6d49e9 commit 7ec69de

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

cli/command/container/completion.go

-1
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//go:build unix
2-
// +build unix
1+
//go:build !windows
32

43
package signals
54

docs/generate/generate.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// This file is intended for use with "go run"; it isn't really part of the package.
22

33
//go:build docsgen
4-
// +build docsgen
54

65
package main
76

docs/generate/tools.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tools
2-
// +build tools
32

43
package main
54

0 commit comments

Comments
 (0)