Skip to content

Commit d333366

Browse files
authored
Fix watchdog_test lint and test failures on macos. (#3003)
Ensure identical build flags embedded in both files. Signed-off-by: Chris Cleeland <[email protected]>
1 parent acb3676 commit d333366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/watchdog_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
//go:build !nowatchdog
15-
// +build !nowatchdog
14+
//go:build linux && !nowatchdog
15+
// +build linux,!nowatchdog
1616

1717
package collector
1818

0 commit comments

Comments
 (0)