Skip to content

Commit 7eab9ba

Browse files
committed
teleport: build with go@1.22
Follow-up to #175310
1 parent 15cfd2e commit 7eab9ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/t/teleport.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Teleport < Formula
33
homepage "https://goteleport.com/"
44
url "https://github.com/gravitational/teleport/archive/refs/tags/v14.3.3.tar.gz"
55
sha256 "c30cefedae3df3cacef78e385a369773820f9ed00432b3c1bd12b0026b01f144"
6-
license "AGPL-3.0-or-later"
6+
license all_of: ["AGPL-3.0-or-later", "Apache-2.0"]
77
head "https://github.com/gravitational/teleport.git", branch: "master"
88

99
# As of writing, two major versions of `teleport` are being maintained
@@ -27,7 +27,7 @@ class Teleport < Formula
2727
sha256 cellar: :any_skip_relocation, x86_64_linux: "906b35b2c7dcc5bed2b1a9897b2464b113ba6c568340f3a193cfc665f041831a"
2828
end
2929

30-
depends_on "go" => :build
30+
depends_on "go@1.22" => :build
3131
depends_on "pkg-config" => :build
3232
depends_on "yarn" => :build
3333
depends_on "libfido2"

0 commit comments

Comments
 (0)