Skip to content

Commit

Permalink
operator-sdk 1.22.0
Browse files Browse the repository at this point in the history
* operator-sdk 1.22.0
* use go1.18

Closes #103706.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
chenrui333 authored and BrewTestBot committed Jun 15, 2022
1 parent 3548607 commit 5eeea04
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/operator-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class OperatorSdk < Formula
desc "SDK for building Kubernetes applications"
homepage "https://coreos.com/operators/"
url "https://github.com/operator-framework/operator-sdk.git",
tag: "v1.21.0",
revision: "89d21a133750aee994476736fa9523656c793588"
tag: "v1.22.0",
revision: "9e95050a94577d1f4ecbaeb6c2755a9d2c231289"
license "Apache-2.0"
head "https://github.com/operator-framework/operator-sdk.git", branch: "master"

Expand All @@ -21,9 +21,7 @@ class OperatorSdk < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "597fce6f6cf96f22c5220a52d05355eb30a976d64373427b8de772de7202ee7a"
end

# Resolves upstream issue: https://github.com/operator-framework/operator-sdk/issues/5689
# Should be updated to "go" when the following upstream issue is resolved: https://github.com/operator-framework/operator-sdk/issues/5740
depends_on "go@1.17"
depends_on "go"

def install
ENV["GOBIN"] = libexec/"bin"
Expand Down

0 comments on commit 5eeea04

Please sign in to comment.