aboutsummaryrefslogtreecommitdiff
path: root/test/checkseccomp
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/checkseccomp
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/checkseccomp')
-rw-r--r--test/checkseccomp/checkseccomp.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/checkseccomp/checkseccomp.go b/test/checkseccomp/checkseccomp.go
index 9046e0955..6c188ec0d 100644
--- a/test/checkseccomp/checkseccomp.go
+++ b/test/checkseccomp/checkseccomp.go
@@ -1,3 +1,4 @@
+//go:build seccomp
// +build seccomp
package main