Revert go build tag upgrade
Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
This commit is contained in:
parent
a9978d3cc9
commit
b266fa39c8
@ -1,4 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package podman
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package podman
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package podman
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/wagoodman/dive/dive/image"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user