Skip to content

Commit

Permalink
Bump anycable-go to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 18, 2024
1 parent 6f96782 commit 42a642f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
]
default: [false]
include:
- version: "1.3.0"
- version: "1.5.1"
default: true
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a [Heroku buildpack][0] for bundling a compatible [anycable-go][1]
binary with your environment.

Anycable-Go version (default): `1.3.0`
Anycable-Go version (default): `1.5.1`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chmod +x $FETCH_PATH
if [ -f "$ENV_DIR/HEROKU_ANYCABLE_GO_VERSION" ]; then
version=`cat $ENV_DIR/HEROKU_ANYCABLE_GO_VERSION`
else
version="1.3.0"
version="1.5.1"
fi

if [ -f "$ENV_DIR/HEROKU_ANYCABLE_GO_REPO" ]; then
Expand Down

0 comments on commit 42a642f

Please sign in to comment.