Add tests on docker.#Build definition

- Simple build test
- Multi step to build a go binary

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2022-01-28 13:37:47 +01:00
committed by Vasek - Tom C
parent c2a7766293
commit 26b2ef8697
5 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("hello world")
}