From a17d0023784720d746c679ade01ba3963d859e37 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 6 Apr 2022 15:11:30 +0200 Subject: [PATCH] dagger: remove _goimage (as it is fixed upstream) Signed-off-by: Vincent Demeester --- ci.cue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci.cue b/ci.cue index 415f45be..7bcf7eb5 100644 --- a/ci.cue +++ b/ci.cue @@ -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" @@ -46,7 +41,6 @@ dagger.#Plan & { source: client.filesystem."./".read.contents package: "./cmd/tkn-local" container: go.#Container & { - input: _goimage.output mounts: _goBuildCacheMount & _goModCacheMount } } @@ -54,7 +48,6 @@ dagger.#Plan & { source: client.filesystem."./".read.contents package: "./cmd/buildkit-tekton" container: go.#Container & { - input: _goimage.output mounts: _goBuildCacheMount & _goModCacheMount } }