Skip to content

Commit

Permalink
Bump anycable-go to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 1, 2023
1 parent 38b4e97 commit 6f96782
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.2.3"
- version: "1.3.0"
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.2.3`
Anycable-Go version (default): `1.3.0`

## 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.2.3"
version="1.3.0"
fi

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

0 comments on commit 6f96782

Please sign in to comment.