d87c6430e3
Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
873 B
873 B
slug | displayed_sidebar |
---|---|
/1228/go-ci | europa |
Go project CI
We want to run some tests and build a Go project with the go
cue package.
Plan
The plan consist of 2 actions:
test
forgo test
build
forgo build
both use the Go dagger package
Go project
The project is a simple program that takes $NAME
environment variable, use the Go greeting package to print the greeting.Greeting()
out.