Skip to content

Commit

Permalink
Merge pull request #181537 from Homebrew/rdb-go1.22
Browse files Browse the repository at this point in the history
rdb: build with go1.22
  • Loading branch information
BrewTestBot authored Aug 18, 2024
2 parents 023022d + 6249031 commit beccafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/r/rdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Rdb < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "2938e89db70bf767cb86aba85fd503831a5ceeb5b4564dc9c03045fd7143abea"
end

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

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
Expand Down

0 comments on commit beccafc

Please sign in to comment.