Update main.go #1

Open
stackitgit wants to merge 2 commits from test into main
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
on: [pr]
on: [pull_request]
jobs:
upload-many:
runs-on: stackit-ubuntu-22

View file

@ -3,5 +3,6 @@ package main
import "fmt"
func main() {
fmt.Printf("hello, git")
fmt.Printf("hello, world")
}