File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ dagger.#Plan & {
2121 }
2222
2323 actions : {
24- _goimage : go .#Image & {
25- version : " 1.18.0 " // 1.17.8 # FIXME(vdemeester) do a matrix/param here
26- packages : {git : {}}
27- }
28-
2924 // Cache
3025 _goBuildCache : core .#CacheDir & {
3126 id : " go-build-cache "
@@ -46,15 +41,13 @@ dagger.#Plan & {
4641 source : client .filesystem ."./".read.contents
4742 package : " ./cmd/tkn-local "
4843 container : go .#Container & {
49- input : _goimage .output
5044 mounts : _goBuildCacheMount & _goModCacheMount
5145 }
5246 }
5347 " build-tekton " : go .#Build & {
5448 source : client .filesystem ."./".read.contents
5549 package : " ./cmd/buildkit-tekton "
5650 container : go .#Container & {
57- input : _goimage .output
5851 mounts : _goBuildCacheMount & _goModCacheMount
5952 }
6053 }
You can’t perform that action at this time.
0 commit comments