algorand / sandbox

Algorand node sandbox
239 stars 159 forks source link

chore: Bump go version for indexer and conduit #189

Closed Eric-Warehime closed 1 year ago

Eric-Warehime commented 1 year ago

Increase the installed go version in our docker images to 1.20.5 for both Indexer and Conduit.

Currently Indexer at least ( see https://app.circleci.com/pipelines/github/algorand/js-algorand-sdk/1082/workflows/61452a43-6908-4a4a-9046-32f823ee4a9b/jobs/6529 ) is failing to install and come up in Sandbox because of the go version mismatch in the build environment.

tzaffi commented 1 year ago

Looks good, but apparently dependent on this PR? algorand/indexer#1549 based on this PR description #188

All the specified INDEXER_BRANCH'es in the configs are develop, and that one is already on go 1.20, so I think we're fine.

winder commented 1 year ago

resolved by #192