Skip to content

Commit

Permalink
pulumi: build with go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Aug 17, 2024
1 parent 87b6124 commit 15fb647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/p/pulumi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Pulumi < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9dbb92ea8791b786163b737fd6451c47f9bc0909f1b97b949642ec132997d52"
end

depends_on "go" => :build
# use "go" again after https://github.com/pulumi/pulumi/issues/17003 is fixed and released
depends_on "go@1.22" => :build

def install
cd "./sdk" do
Expand Down

0 comments on commit 15fb647

Please sign in to comment.