10 lines
143 B
CUE
10 lines
143 B
CUE
|
package testing
|
||
|
|
||
|
import "alpha.dagger.io/dagger/op"
|
||
|
|
||
|
#up: [
|
||
|
op.#FetchHTTP & {
|
||
|
url: "https://releases.dagger.io/dagger/latest_version"
|
||
|
},
|
||
|
]
|