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 8b25e57 commit 52e5739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function getDepVersion() {
}

# AWM_RELAYER_VERSION is needed for the docker run setup, but is not a go module dependency.
gAWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.3'}
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.3'}

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

0 comments on commit 52e5739

Please sign in to comment.