summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/filter/filter_amd64_state_autogen.go1
-rw-r--r--runsc/boot/filter/filter_arm64_state_autogen.go1
-rw-r--r--runsc/boot/filter/filter_race_state_autogen.go1
-rw-r--r--runsc/boot/filter/filter_state_autogen.go5
-rw-r--r--runsc/boot/pprof/pprof_state_autogen.go1
5 files changed, 6 insertions, 3 deletions
diff --git a/runsc/boot/filter/filter_amd64_state_autogen.go b/runsc/boot/filter/filter_amd64_state_autogen.go
index 0f27e5568..19c1470c5 100644
--- a/runsc/boot/filter/filter_amd64_state_autogen.go
+++ b/runsc/boot/filter/filter_amd64_state_autogen.go
@@ -1,5 +1,6 @@
// automatically generated by stateify.
+//go:build amd64
// +build amd64
package filter
diff --git a/runsc/boot/filter/filter_arm64_state_autogen.go b/runsc/boot/filter/filter_arm64_state_autogen.go
index e87cf5af7..c919c17bb 100644
--- a/runsc/boot/filter/filter_arm64_state_autogen.go
+++ b/runsc/boot/filter/filter_arm64_state_autogen.go
@@ -1,5 +1,6 @@
// automatically generated by stateify.
+//go:build arm64
// +build arm64
package filter
diff --git a/runsc/boot/filter/filter_race_state_autogen.go b/runsc/boot/filter/filter_race_state_autogen.go
index c4a858e80..033b96638 100644
--- a/runsc/boot/filter/filter_race_state_autogen.go
+++ b/runsc/boot/filter/filter_race_state_autogen.go
@@ -1,5 +1,6 @@
// automatically generated by stateify.
+//go:build race
// +build race
package filter
diff --git a/runsc/boot/filter/filter_state_autogen.go b/runsc/boot/filter/filter_state_autogen.go
index 0d245ca8a..4377166f9 100644
--- a/runsc/boot/filter/filter_state_autogen.go
+++ b/runsc/boot/filter/filter_state_autogen.go
@@ -1,7 +1,6 @@
// automatically generated by stateify.
-// +build go1.1
-// +build !msan,!race
-// +build msan
+//go:build go1.1 && !msan && !race && msan
+// +build go1.1,!msan,!race,msan
package filter
diff --git a/runsc/boot/pprof/pprof_state_autogen.go b/runsc/boot/pprof/pprof_state_autogen.go
index 64bdd7b52..4114c5cd8 100644
--- a/runsc/boot/pprof/pprof_state_autogen.go
+++ b/runsc/boot/pprof/pprof_state_autogen.go
@@ -1,5 +1,6 @@
// automatically generated by stateify.
+//go:build go1.1
// +build go1.1
package pprof