We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22591bb commit 20ec07cCopy full SHA for 20ec07c
.github/workflows/continuous-integration.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/cache@v4
28
with:
29
path: bin
30
- key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{steps.setup-go.outputs.go-version}}
+ key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{steps.set-up-go.outputs.go-version}}
31
32
- name: Install tools
33
run: make install-tools
0 commit comments