Skip to content

Commit f3f207c

Browse files
committed
fix: url for codspeed-go-runner installer
1 parent 2cd4512 commit f3f207c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/run/runner/helpers/introspected_golang

src/run/runner/helpers/introspected_golang/go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$1" = "test" ]; then
3939
# Find go-runner or install if not found
4040
GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true)
4141
if [ -z "$GO_RUNNER" ]; then
42-
curl -fsSL http://github.com/CodSpeedHQ/runner/releases/latest/download/go-runner-installer.sh | bash -s -- --quiet
42+
curl -fsSL http://github.com/CodSpeedHQ/codspeed-go/releases/latest/download/codspeed-go-runner-installer.sh | bash -s -- --quiet
4343
GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true)
4444
fi
4545

0 commit comments

Comments
 (0)