summaryrefslogtreecommitdiff
path: root/libpod/container_log_unsupported.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-18 11:24:58 +0100
committerGitHub <noreply@github.com>2022-03-18 11:24:58 +0100
commitf8b04bf56c44411e39e355446c4a311dc9fcb373 (patch)
tree50bbd35bb2b90c206e82c74771dbef43593c0d9d /libpod/container_log_unsupported.go
parentd72a829f59992dfe29cb84125fde3cce631e6436 (diff)
parentea08765f400d828907f231baa84bd880a00d95f1 (diff)
downloadpodman-f8b04bf56c44411e39e355446c4a311dc9fcb373.tar.gz
podman-f8b04bf56c44411e39e355446c4a311dc9fcb373.tar.bz2
podman-f8b04bf56c44411e39e355446c4a311dc9fcb373.zip
Merge pull request #13552 from vrothberg/go1.18
go fmt: use go 1.18 conditional-build syntax
Diffstat (limited to 'libpod/container_log_unsupported.go')
-rw-r--r--libpod/container_log_unsupported.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpod/container_log_unsupported.go b/libpod/container_log_unsupported.go
index f9ca26966..4f50f9f4c 100644
--- a/libpod/container_log_unsupported.go
+++ b/libpod/container_log_unsupported.go
@@ -1,4 +1,5 @@
-//+build !linux !systemd
+//go:build !linux || !systemd
+// +build !linux !systemd
package libpod