Awesome
Anycable-Go Buildpack
This is a Heroku buildpack for bundling a compatible anycable-go binary with your environment.
Anycable-Go version (default): 1.5.6
Usage
This buildpack only installs anycable-go
binary and should be used in conjunction with other buildpacks (e.g. Ruby).
heroku buildpacks:add https://github.com/anycable/heroku-anycable-go
Anycable-Go Version
To specify custom version of anycable-go
use HEROKU_ANYCABLE_GO_VERSION
environment variable, for example:
heroku config:set HEROKU_ANYCABLE_GO_VERSION=1.0.0 -a example-app-anycable-rpc
# or with mruby engine
heroku config:set HEROKU_ANYCABLE_GO_VERSION=1.0.0-mrb -a example-app-anycable-rpc