Files
gitea-runner-ci-demo/cmd/helloworld/main.go
lab 5a354c5da0
Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Failing after 5m56s
Update cmd/helloworld/main.go
re-rest gitea runner
2025-10-04 23:33:39 +08:00

8 lines
94 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello world! Re-test gitea runner")
}