krakend: use latest go
Closes #32753. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ae74080d8e
commit
c149deb159
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class Krakend < Formula
|
||||
desc "Ultra-High performance API Gateway built in Go"
|
||||
homepage "http://www.krakend.io/"
|
||||
homepage "https://www.krakend.io/"
|
||||
url "https://github.com/devopsfaith/krakend-ce/archive/0.6.1.tar.gz"
|
||||
sha256 "f6dd5d8dbb5a3be488516ea5c0b3b234c80a330f7981891f64aaddd356302b2d"
|
||||
|
||||
|
@ -12,7 +12,7 @@ class Krakend < Formula
|
|||
end
|
||||
|
||||
depends_on "dep" => :build
|
||||
depends_on "go@1.10" => :build
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
|
Loading…
Reference in a new issue