Revert go build tag upgrade

Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
This commit is contained in:
Dan Luhring 2023-07-04 11:39:36 -04:00
parent a9978d3cc9
commit b266fa39c8
Failed to extract signature
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//go:build linux
// +build linux
package podman

View File

@ -1,4 +1,4 @@
//go:build linux
// +build linux
package podman

View File

@ -1,10 +1,9 @@
//go:build !linux
// +build !linux
package podman
import (
"fmt"
"github.com/wagoodman/dive/dive/image"
)