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