docs: fix some PR suggestions

Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
This commit is contained in:
Tanguy ⧓ Herrmann 2022-04-14 13:06:23 +02:00
parent d87c6430e3
commit ebec01e8e6
No known key found for this signature in database
GPG Key ID: 0FE2C1C97F50F73B
2 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,11 @@
--- ---
slug: /1228/go-ci 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 ## Plan

View File

@ -4,7 +4,6 @@ import (
"dagger.io/dagger" "dagger.io/dagger"
"universe.dagger.io/go" "universe.dagger.io/go"
//"universe.dagger.io/bash"
) )
dagger.#Plan & { dagger.#Plan & {