You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnInvoke-Expression"$env:GO111MODULE='on' ; go list -mod=mod -modfile=vendor.mod -u -m -f '{{.Version}}' github.com/moby/buildkit"
394
+
}
395
+
375
396
# Start of main code.
376
397
Try {
377
398
Write-Host-ForegroundColor Cyan "INFO: make.ps1 starting at $(Get-Date)"
@@ -421,10 +442,13 @@ Try {
421
442
# Verify GOPATH is set
422
443
if ($env:GOPATH.Length-eq0) { Throw"Missing GOPATH environment variable. See https://golang.org/doc/code.html#GOPATH" }
423
444
445
+
# Set BuildKit version
446
+
$buildkitVersion=Get-BuildKitVersion
447
+
424
448
# Run autogen if building binaries or running unit tests.
-X \"github.com/docker/docker/dockerversion.BuildKitVersion=$(GO111MODULE=on go list -mod=mod -modfile=vendor.mod -u -m -f '{{.Version}}'"github.com/moby/buildkit")\"\
0 commit comments