ci: updated build and lint workflows (#152)

This commit is contained in:
Henrique Dias
2024-07-21 19:43:30 +02:00
committed by GitHub
parent 9433dbd452
commit 6f4be12e8c
5 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ set WD_CERT.`,
listener, err := net.Listen(lnet, laddr)
sigc := make(chan os.Signal, 1)
signal.Notify(sigc, os.Interrupt, os.Kill, syscall.SIGTERM)
signal.Notify(sigc, os.Interrupt, syscall.SIGTERM)
go func(c chan os.Signal) {
// Wait for a SIGINT or SIGKILL: