Merge branch 'main' into modules-caching

This commit is contained in:
IvanZosimov 2022-05-04 14:46:41 +02:00
commit 2490b9d130
2 changed files with 2 additions and 2 deletions

View file

@ -684,7 +684,7 @@ describe('setup-go', () => {
expect(logSpy).toHaveBeenCalledWith('Adding to the cache ...');
expect(logSpy).toHaveBeenCalledWith('Added go to the path');
expect(logSpy).toHaveBeenCalledWith(
`Successfully setup go version ${versionSpec}`
`Successfully set up Go version ${versionSpec}`
);
});