Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Nov 22, 2023
1 parent a63a74f commit 8e7c77b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ function getDepVersion() {
grep -m1 "^\s*$1" $TELEPORTER_PATH/go.mod | cut -d ' ' -f2
}

# AWM_RELAYER is needed for the bash-script integration tests, which should eventually be removed.
# AWM_RELAYER is needed for the bash script integration tests, which uses a relayer instance to relay messages.
# It is not included in go.mod because AWM Relayer depends on the Teleporter repo, and this would create a circular dependency.
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.3'}

# This needs to be exported to be picked up by the dockerfile.
GO_VERSION=${GO_VERSION:-$(getDepVersion go).$GO_PATCH_VERSION}
export GO_VERSION=${GO_VERSION:-$(getDepVersion go).$GO_PATCH_VERSION}

# Don't export them as they're used in the context of other calls
AVALANCHE_VERSION=${AVALANCHE_VERSION:-$(getDepVersion github.com/ava-labs/avalanchego)}
Expand Down

0 comments on commit 8e7c77b

Please sign in to comment.