3 Commits

Author SHA1 Message Date
430e0431b2
Update Go build command in CI workflows
Some checks failed
Go CI/CD / go-ci (push) Has been cancelled
Replaced `go build -o ./bin/app main.go` with `go build ./...` across all CI workflow files. This ensures all packages in the module are built, improving compatibility and consistency in the build process.
2025-04-09 02:43:45 -06:00
9e730f3a5d
initial commit
Some checks failed
Go CI/CD / go-ci (push) Has been cancelled
2025-04-09 02:39:25 -06:00
dfb718b473
Initial commit 2025-04-09 00:25:26 -06:00