From ebec01e8e68251212cb5d23bdae2fa827162c86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanguy=20=E2=A7=93=20Herrmann?= Date: Thu, 14 Apr 2022 13:06:23 +0200 Subject: [PATCH] docs: fix some PR suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tanguy ⧓ Herrmann --- docs/guides/1228-go-ci.md | 6 +++--- docs/plans/go-ci/plan.cue | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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 & {