adorable-engineer-57446
08/16/2024, 9:04 AMthankful-minister-83577
thankful-minister-83577
// #nosec G402
tlsConfiguration = &tls.Config{
InsecureSkipVerify: emailConf.SMTPSkipTLSVerify,
ServerName: emailConf.SMTPServer,
}
that should workthankful-minister-83577
adorable-engineer-57446
09/05/2024, 10:37 AMgo mod tidy
. Running the linter make lint-fix
leads to an error of the underlying linter
ERRO Running error: 1 error occurred:
* can't run linter goanalysis_metalinter: goanalysis_metalinter: buildir: package "slices" (isInitialPkg: false, needAnalyzeSource: true): Cannot range over: func(yield func(E) bool)
INFO Memory: 331 samples, avg is 133.2MB, max is 1181.1MB
INFO Execution took 32.904025633s
make: *** [../boilerplate/flyte/golang_test_targets/Makefile:18: lint] Error 3
adorable-engineer-57446
09/05/2024, 10:37 AMthankful-minister-83577
thankful-minister-83577