Skip to content

Commit 1004b9a

Browse files
committed
Use right cache?
1 parent 2eeb2ae commit 1004b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
uses: buildjet/cache@v3
1818
with:
1919
path: |
20-
${{ env.AGENT_TOOLSDIRECTORY }}/go/${{ inputs.version }}
20+
${{ runner.tool_cache }}/go/${{ inputs.version }}
2121
key: gotoolchain-${{ runner.os }}-${{ inputs.version }}
2222
restore-keys: |
2323
gotoolchain-${{ runner.os }}-

0 commit comments

Comments
 (0)