Update main.go #1
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
on: [pr]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
upload-many:
|
upload-many:
|
||||||
runs-on: stackit-ubuntu-22
|
runs-on: stackit-ubuntu-22
|
||||||
|
|
|
||||||
1
main.go
1
main.go
|
|
@ -3,5 +3,6 @@ package main
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
fmt.Printf("hello, git")
|
||||||
fmt.Printf("hello, world")
|
fmt.Printf("hello, world")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue