Adds support for op.#FetchHTTP

Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
This commit is contained in:
Edgar Lee
2021-07-06 14:29:36 -07:00
committed by Edgar Lee
parent 7146223ec7
commit 0501ae91a5
7 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package testing
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchHTTP & {
url: "https://releases.dagger.io/dagger/latest_version"
},
]