From 7eab9bab5f2c3e8bca2f3bd903899c26b22ddaf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Thu, 29 Aug 2024 06:43:47 +0200 Subject: [PATCH] teleport: build with go@1.22 Follow-up to https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/t/teleport.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index 5f04a14463686..be4bdd3079a5d 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -3,7 +3,7 @@ class Teleport < Formula homepage "https://goteleport.com/" url "https://github.com/gravitational/teleport/archive/refs/tags/v14.3.3.tar.gz" sha256 "c30cefedae3df3cacef78e385a369773820f9ed00432b3c1bd12b0026b01f144" - license "AGPL-3.0-or-later" + license all_of: ["AGPL-3.0-or-later", "Apache-2.0"] head "https://github.com/gravitational/teleport.git", branch: "master" # As of writing, two major versions of `teleport` are being maintained @@ -27,7 +27,7 @@ class Teleport < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "906b35b2c7dcc5bed2b1a9897b2464b113ba6c568340f3a193cfc665f041831a" end - depends_on "go" => :build + depends_on "go@1.22" => :build depends_on "pkg-config" => :build depends_on "yarn" => :build depends_on "libfido2"