fix: linter issues (#719)

This commit is contained in:
Alessandro (Ale) Segala
2025-07-04 16:29:28 -07:00
committed by GitHub
parent 1a41b05f60
commit 43f0114c57

View File

@@ -55,6 +55,8 @@ func Bootstrap(ctx context.Context) error {
// Invoke all shutdown functions
// We give these a timeout of 5s
// Note: we use a background context because the run context has been canceled already
// nolint:contextcheck
shutdownCtx, shutdownCancel := context.WithTimeout(context.Background(), 5*time.Second)
defer shutdownCancel()
err = utils.