mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
Revert go build tag upgrade
Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
This commit is contained in:
parent
a9978d3cc9
commit
b266fa39c8
3 changed files with 3 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue