From 1376b052f525713d9ca44a10205776702eecd8eb Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 21 Dec 2025 23:29:20 -0500 Subject: [PATCH] chore: upgrade herokuish to fix golang tests --- contrib/dependencies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/dependencies.json b/contrib/dependencies.json index 9a10d8e84..7152bc043 100644 --- a/contrib/dependencies.json +++ b/contrib/dependencies.json @@ -86,10 +86,10 @@ }, { "name": "herokuish", - "version": "0.11.5", + "version": "0.11.8", "urls": { - "amd64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.5/herokuish_0.11.5_linux_x86_64.tgz", - "arm64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.5/herokuish_0.11.5_linux_x86_64.tgz" + "amd64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.8/herokuish_0.11.8_linux_x86_64.tgz", + "arm64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.8/herokuish_0.11.8_linux_x86_64.tgz" } } ]