Skip to content

Commit 4d8c83e

Browse files
committed
chore: fix go cache path
1 parent 734200e commit 4d8c83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ runs:
127127
if: ${{ inputs.language == 'go' }}
128128
uses: actions/setup-go@v4
129129
with:
130+
cache-dependency-path: clients/algoliasearch-client-go/go.sum
130131
go-version: ${{ steps.go-version.outputs.GO_VERSION }}
131132

132133
# Dart deps

0 commit comments

Comments
 (0)