diff --git a/docs/guides/1228-go-ci.md b/docs/guides/1228-go-ci.md index 56e15711..c74082f6 100644 --- a/docs/guides/1228-go-ci.md +++ b/docs/guides/1228-go-ci.md @@ -1,11 +1,11 @@ --- slug: /1228/go-ci -displayed_sidebar: europa +displayed_sidebar: '0.2' --- -# Go project CI +# Testing and building a Go project -We want to run some tests and build a Go project with the `go` cue package. +This guide explains how to run some tests and build a Go project with the `go` cue package. ## Plan diff --git a/docs/plans/go-ci/plan.cue b/docs/plans/go-ci/plan.cue index 25c394ce..df33ab00 100644 --- a/docs/plans/go-ci/plan.cue +++ b/docs/plans/go-ci/plan.cue @@ -4,7 +4,6 @@ import ( "dagger.io/dagger" "universe.dagger.io/go" - //"universe.dagger.io/bash" ) dagger.#Plan & {