diff --git a/cmd/helloworld/main.go b/cmd/helloworld/main.go index 70a7fe5..681ad9a 100644 --- a/cmd/helloworld/main.go +++ b/cmd/helloworld/main.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Println("Hello world!") + fmt.Println("Hello world! Re-test gitea runner") }