mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Update amd64 path to x64
This commit is contained in:
parent
bd46f3f483
commit
5bd17a0f45
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ describe('setup-go', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
dlSpy.mockImplementation(async () => '/some/temp/path');
|
dlSpy.mockImplementation(async () => '/some/temp/path');
|
||||||
let toolPath = path.normalize('/cache/go/1.13.7/amd64');
|
let toolPath = path.normalize('/cache/go/1.13.7/x64');
|
||||||
extractTarSpy.mockImplementation(async () => '/some/other/temp/path');
|
extractTarSpy.mockImplementation(async () => '/some/other/temp/path');
|
||||||
cacheSpy.mockImplementation(async () => toolPath);
|
cacheSpy.mockImplementation(async () => toolPath);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue