summaryrefslogtreecommitdiff
path: root/test/e2e
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 /test/e2e
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 'test/e2e')
-rw-r--r--test/e2e/libpod_suite_test.go1
-rw-r--r--test/e2e/play_build_test.go1
-rw-r--r--test/e2e/run_apparmor_test.go1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go
index ccd7c771e..cf81a0348 100644
--- a/test/e2e/libpod_suite_test.go
+++ b/test/e2e/libpod_suite_test.go
@@ -1,3 +1,4 @@
+//go:build !remote
// +build !remote
package integration
diff --git a/test/e2e/play_build_test.go b/test/e2e/play_build_test.go
index 849ba7162..96785c569 100644
--- a/test/e2e/play_build_test.go
+++ b/test/e2e/play_build_test.go
@@ -1,3 +1,4 @@
+//go:build !remote
// +build !remote
// build for play kube is not supported on remote yet.
diff --git a/test/e2e/run_apparmor_test.go b/test/e2e/run_apparmor_test.go
index e6526217a..64a01deb7 100644
--- a/test/e2e/run_apparmor_test.go
+++ b/test/e2e/run_apparmor_test.go
@@ -1,3 +1,4 @@
+//go:build !remote
// +build !remote
package integration