Update cmd/helloworld/main.go
Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Failing after 5m56s

re-rest gitea runner
This commit is contained in:
lab
2025-10-04 23:33:39 +08:00
parent 264f9333aa
commit 5a354c5da0

View File

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