Skip to content

Commit 0d79663

Browse files
authored
Merge pull request #11 from coderbirju/temp-finch-v-docker-benchmarking
ci: Update install step
2 parents 0ab5b6c + 8246814 commit 0d79663

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/benchmark-comparision.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
# We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail.
3030
fetch-depth: 0
3131
submodules: true
32+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33+
with:
34+
go-version-file: go.mod
35+
cache: true
3236
- name: Clean up previous files
3337
run: |
3438
sudo rm -rf /opt/finch
@@ -42,7 +46,7 @@ jobs:
4246
fi
4347
- name: Install Dependencies
4448
run: |
45-
sudo apt-get install -y golang lz4 automake autoconf libtool
49+
sudo apt-get install -y lz4 automake autoconf libtool
4650
sudo snap install yq
4751
- name: Build project
4852
run: |

0 commit comments

Comments
 (0)