Skip to content

Commit 1bfe3cd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Go
22+
id: setup-go
2223
uses: actions/setup-go@v5
2324
with:
2425
go-version: "~1.22.1"
@@ -27,7 +28,7 @@ jobs:
2728
uses: actions/cache@v4
2829
with:
2930
path: bin
30-
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}
31+
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.go-version }}
3132

3233
- name: Install tools
3334
run: make install-tools

0 commit comments

Comments
 (0)