╔══════════════════════════════════════╗ ║ custom-ci test runner ║ ╚══════════════════════════════════════╝ 📦 Cloning https://github.com/nad279444/custom-ci.git 📌 Commit: 92b48a60 Cloning into 'repo'... ── Checking out 92b48a60 ── Note: switching to '92b48a60f0eb334331b7b80930576f67e3abc5c6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 92b48a6 first ci test ── Downloading dependencies ── go: error reading go.mod: missing module declaration. To specify the module path: go mod edit -module=example.com/mod ⚠️ go mod download warning: exit status 1 ── Running go vet ── go: error reading go.mod: missing module declaration. To specify the module path: go mod edit -module=example.com/mod ⚠️ go vet found issues: exit status 1 ── Running go test ./... ── go: error reading go.mod: missing module declaration. To specify the module path: go mod edit -module=example.com/mod ❌ TESTS FAILED