From bb6f115fe0f08e5de5ac548812ccfd9694d5da9e Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Fri, 21 Jun 2024 12:02:15 -0400 Subject: [PATCH] Use v5.5.6 everywhere --- README.sf.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.sf.md b/README.sf.md index cc77ecf86..528568b17 100644 --- a/README.sf.md +++ b/README.sf.md @@ -48,11 +48,11 @@ git push feature/firehose-tracer-at-latest-release-tag release/firehose "${VERSI Built manually for now on the GCP VM, here the commands we use to build it in our VM. -> [!NOTE] -> The instructions below **must** be run on the VM itself for now. +> [!IMPORTANT] +> The instructions below **must** be run on the VM itself and not on your developer's machine. ```bash -export SEID_REF=v5.5.5-fh3.0 \ +export SEID_REF=v5.5.6-fh3.0 \ && sudo -u sei git -C /data/build/seid/ fetch origin \ && sudo -u sei git -C /data/build/seid/ checkout "${SEID_REF:?}" \ && sudo -u sei bash -c 'source /etc/profile.d/02-golang.sh && cd /data/build/seid && make install' \