diff --git a/environment/environment.go b/environment/environment.go index f57250f6..50dc5ca5 100644 --- a/environment/environment.go +++ b/environment/environment.go @@ -200,7 +200,6 @@ func newPipelineRunner(computed *compiler.Value, s solver.Solver, platform strin } v := compiler.Wrap(t.Value()) - fmt.Println(platform) var pipelinePlatform specs.Platform if platform == "" { pipelinePlatform = specs.Platform{OS: "linux", Architecture: "amd64"} diff --git a/go.mod b/go.mod index 959abca7..8cf8bf71 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( cuelang.org/go v0.4.0 filippo.io/age v1.0.0 github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db - github.com/Microsoft/go-winio v0.5.1 // indirect + github.com/Microsoft/go-winio v0.5.1 github.com/containerd/console v1.0.3 github.com/containerd/containerd v1.5.7 github.com/docker/buildx v0.6.2