action-runner-demo/main.go
Patrik Lundin 7a01292d1c
Some checks failed
/ test (pull_request) Failing after 59s
Try building go with ko
2024-06-25 15:13:41 +02:00

10 lines
71 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("hello")
}