Skip to content

Commit

Permalink
Update network-runner version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Apr 3, 2024
1 parent c177bac commit 9bf751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.avalanchego-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ E2E_FLAGS=${E2E_FLAGS:-"--keys-to-generate 30"}
# https://github.com/ava-labs/avalanche-network-runner
# TODO: use "go install -v github.com/ava-labs/avalanche-network-runner/cmd/avalanche-network-runner@v${NETWORK_RUNNER_VERSION}"
GOOS=$(go env GOOS)
NETWORK_RUNNER_VERSION=1.7.1
NETWORK_RUNNER_VERSION=1.7.7
DOWNLOAD_PATH=/tmp/avalanche-network-runner.tar.gz
DOWNLOAD_URL=https://github.com/ava-labs/avalanche-network-runner/releases/download/v${NETWORK_RUNNER_VERSION}/avalanche-network-runner_${NETWORK_RUNNER_VERSION}_linux_amd64.tar.gz
if [[ ${GOOS} == "darwin" ]]; then
Expand Down

0 comments on commit 9bf751f

Please sign in to comment.