Skip to content

Commit e215c26

Browse files
committed
fix: add //go:build !windows to main_test.go (syscall.Kill is Unix-only)
Signed-off-by: Andy Anderson <[email protected]>
1 parent 89127f6 commit e215c26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/agent/main_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
package agent
24

35
import (

0 commit comments

Comments
 (0)