From 70fcce6142c96fd5357c3b219455a0a1071ba219 Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Tue, 12 Oct 2021 13:39:25 -0500 Subject: [PATCH] Update heartbeat security --- heartbeat/security.go | 1 + 1 file changed, 1 insertion(+) diff --git a/heartbeat/security.go b/heartbeat/security.go index 19cc02ac3e5..e8d85e0330f 100644 --- a/heartbeat/security.go +++ b/heartbeat/security.go @@ -16,6 +16,7 @@ // under the License. // TODO: Support other architectures (e.g. arm) +//go:build linux // +build linux package main