Skip to content

Commit cac9072

Browse files
committed
Change cache
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 1bfe3cd commit cac9072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/cache@v4
2929
with:
3030
path: bin
31-
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.go-version }}
31+
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.with.go-version }}
3232

3333
- name: Install tools
3434
run: make install-tools

0 commit comments

Comments
 (0)