Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Failing after 5m56s
re-rest gitea runner
8 lines
94 B
Go
8 lines
94 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello world! Re-test gitea runner")
|
|
}
|