We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac9072 commit 1111263Copy full SHA for 1111263
.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.with.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