Test new build
All checks were successful
/ test (push) Successful in 35s

This commit is contained in:
Patrik Lundin 2024-09-11 10:02:58 +02:00
parent 133acd5b9f
commit c83f3ce1ce
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -5,5 +5,5 @@ import (
) )
func main() { func main() {
fmt.Println("hello") fmt.Println("hello container")
} }