779 B
779 B
slug, displayed_sidebar
slug | displayed_sidebar |
---|---|
/1227/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.Greet()
out.