diff --git a/.abf.yml b/.abf.yml index a53f7d2..8b8d878 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - pulumi-3.85.0.tar.gz: 442dbfe4d6e0e0f71fa87f6e6af4bffd52c7b0bd + pulumi-3.86.0.tar.gz: 610c6a0280b3fa776fe6f745654607647e2278e3 diff --git a/pulumi.spec b/pulumi.spec index 87e0d9a..3d220ef 100644 --- a/pulumi.spec +++ b/pulumi.spec @@ -3,7 +3,7 @@ Name: pulumi -Version: 3.85.0 +Version: 3.86.0 Release: 1 Summary: Modern Infrastructure as Code URL: https://www.pulumi.com @@ -67,6 +67,8 @@ Pulumi language nodejs %build export GO111MODULE=on +export GOPROXY=direct + pushd pkg go mod download go build "-buildmode=pie" -ldflags "-s -w -X github.com/pulumi/pulumi/pkg/v3/version.Version=%{version}" -o ../bin/%{name} ./cmd/pulumi