mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 20:53:43 +00:00
Apply internal discussion agreements
This commit is contained in:
parent
17fabf6bf1
commit
f1f69d49da
5 changed files with 6 additions and 15 deletions
|
@ -722,7 +722,7 @@ describe('setup-go', () => {
|
|||
expect(logSpy).toHaveBeenCalledWith('Adding to the cache ...');
|
||||
expect(logSpy).toHaveBeenCalledWith('Added go to the path');
|
||||
expect(logSpy).toHaveBeenCalledWith(
|
||||
`Successfully set up Go version ${patchVersion}`
|
||||
`Successfully set up Go version ${versionSpec}`
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue