Skip to content

Commit 1774182

Browse files
authored
Specify action path on go setup for correct cache path (#26)
1 parent 7deceb2 commit 1774182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
uses: actions/setup-go@v5
2929
with:
3030
go-version: '1.24.3'
31+
cache-dependency-path: ${{ github.action_path }}/go.sum
3132

3233
- name: Build workbench
3334
shell: bash

0 commit comments

Comments
 (0)