diff --git a/.github/workflows/benchmark-comparision.yaml b/.github/workflows/benchmark-comparision.yaml index 5afb6b070..f4b728098 100644 --- a/.github/workflows/benchmark-comparision.yaml +++ b/.github/workflows/benchmark-comparision.yaml @@ -29,6 +29,10 @@ jobs: # We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail. fetch-depth: 0 submodules: true + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + with: + go-version-file: go.mod + cache: true - name: Clean up previous files run: | sudo rm -rf /opt/finch @@ -42,7 +46,7 @@ jobs: fi - name: Install Dependencies run: | - sudo apt-get install -y golang lz4 automake autoconf libtool + sudo apt-get install -y lz4 automake autoconf libtool sudo snap install yq - name: Build project run: |