mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 00:13:44 +00:00
Add check latest check
This commit is contained in:
parent
46c78a9b17
commit
ee153a708d
5 changed files with 110 additions and 37 deletions
|
@ -84,7 +84,7 @@ describe('setup-go', () => {
|
|||
cacheSpy = jest.spyOn(tc, 'cacheDir');
|
||||
getSpy = jest.spyOn(im, 'getVersionsDist');
|
||||
getManifestSpy = jest.spyOn(tc, 'getManifestFromRepo');
|
||||
getAllVersionsSpy = jest.spyOn(im, 'getAllReleases');
|
||||
getAllVersionsSpy = jest.spyOn(im, 'getAllManifestReleases');
|
||||
|
||||
// io
|
||||
whichSpy = jest.spyOn(io, 'which');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue