Skip to content

Commit a17d002

Browse files
committed
dagger: remove _goimage (as it is fixed upstream)
Signed-off-by: Vincent Demeester <[email protected]>
1 parent eb2b93a commit a17d002

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ci.cue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)