We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd4512 commit f3f207cCopy full SHA for f3f207c
1 file changed
src/run/runner/helpers/introspected_golang/go.sh
@@ -39,7 +39,7 @@ if [ "$1" = "test" ]; then
39
# Find go-runner or install if not found
40
GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true)
41
if [ -z "$GO_RUNNER" ]; then
42
- 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
43
44
fi
45
0 commit comments