Skip to content

Commit 908d7a0

Browse files
authored
chore: fix go cache path (#1785)
1 parent a4519d1 commit 908d7a0

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)