From f3f207c75130b96c4d3efbabd268b3afb1c055f6 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Tue, 9 Sep 2025 14:29:16 +0200 Subject: [PATCH] fix: url for codspeed-go-runner installer --- src/run/runner/helpers/introspected_golang/go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run/runner/helpers/introspected_golang/go.sh b/src/run/runner/helpers/introspected_golang/go.sh index 770ec1eb..3ce1211d 100755 --- a/src/run/runner/helpers/introspected_golang/go.sh +++ b/src/run/runner/helpers/introspected_golang/go.sh @@ -39,7 +39,7 @@ if [ "$1" = "test" ]; then # Find go-runner or install if not found GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true) if [ -z "$GO_RUNNER" ]; then - curl -fsSL http://github.com/CodSpeedHQ/runner/releases/latest/download/go-runner-installer.sh | bash -s -- --quiet + curl -fsSL http://github.com/CodSpeedHQ/codspeed-go/releases/latest/download/codspeed-go-runner-installer.sh | bash -s -- --quiet GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true) fi