ci: implemented go test
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ let CUEVersion = "0.4.2"
|
||||
// base image to build go binaries
|
||||
goBuilder: _goBuilder.output
|
||||
_goBuilder: docker.#Build & {
|
||||
_packages: ["bash", "git"]
|
||||
_packages: ["bash", "git", "alpine-sdk"]
|
||||
|
||||
steps: [
|
||||
docker.#Pull & {
|
||||
|
Reference in New Issue
Block a user