Add check latest check

This commit is contained in:
panticmilos 2022-11-21 18:05:23 +01:00
parent 46c78a9b17
commit ee153a708d
5 changed files with 110 additions and 37 deletions

View file

@ -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');