Open
Description
Describe the bug
Starting with upgrading to go 1.24.0 go test
is failing with this:
# [go.ddosify.com/ddosify/core/scenario]
core/scenario/service_test.go:605:6: TestnewSleeper has malformed name: first letter after 'Test' must not be lowercase
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/getanteon/anteon
cd anteon/ddosify_engine/
mkdir -p build
go build -o build .
go test ./...
Expected behavior
PASS all tests
System (please complete the following information):
- OS: Arch Linux
- Anteon Version latest git commit