Skip to content

Commit

Permalink
dagger: remove _goimage (as it is fixed upstream)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Apr 6, 2022
1 parent eb2b93a commit a17d002
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci.cue
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ dagger.#Plan & {
}

actions: {
_goimage: go.#Image & {
version: "1.18.0" // 1.17.8 # FIXME(vdemeester) do a matrix/param here
packages: {git: {}}
}

// Cache
_goBuildCache: core.#CacheDir & {
id: "go-build-cache"
Expand All @@ -46,15 +41,13 @@ dagger.#Plan & {
source: client.filesystem."./".read.contents
package: "./cmd/tkn-local"
container: go.#Container & {
input: _goimage.output
mounts: _goBuildCacheMount & _goModCacheMount
}
}
"build-tekton": go.#Build & {
source: client.filesystem."./".read.contents
package: "./cmd/buildkit-tekton"
container: go.#Container & {
input: _goimage.output
mounts: _goBuildCacheMount & _goModCacheMount
}
}
Expand Down

0 comments on commit a17d002

Please sign in to comment.