We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ab5b6c + 8246814 commit 0d79663Copy full SHA for 0d79663
.github/workflows/benchmark-comparision.yaml
@@ -29,6 +29,10 @@ jobs:
29
# We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail.
30
fetch-depth: 0
31
submodules: true
32
+ - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33
+ with:
34
+ go-version-file: go.mod
35
+ cache: true
36
- name: Clean up previous files
37
run: |
38
sudo rm -rf /opt/finch
@@ -42,7 +46,7 @@ jobs:
42
46
fi
43
47
- name: Install Dependencies
44
48
45
- sudo apt-get install -y golang lz4 automake autoconf libtool
49
+ sudo apt-get install -y lz4 automake autoconf libtool
50
sudo snap install yq
51
- name: Build project
52
0 commit comments