File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ describe('setup-go', () => {
684
684
expect ( logSpy ) . toHaveBeenCalledWith ( 'Adding to the cache ...' ) ;
685
685
expect ( logSpy ) . toHaveBeenCalledWith ( 'Added go to the path' ) ;
686
686
expect ( logSpy ) . toHaveBeenCalledWith (
687
- `Successfully setup go version ${ versionSpec } `
687
+ `Successfully set up Go version ${ versionSpec } `
688
688
) ;
689
689
} ) ;
690
690
Original file line number Diff line number Diff line change @@ -2091,7 +2091,7 @@ function run() {
2091
2091
}
2092
2092
let added = yield addBinToPath ( ) ;
2093
2093
core . debug ( `add bin ${ added } ` ) ;
2094
- core . info ( `Successfully setup go version ${ versionSpec } ` ) ;
2094
+ core . info ( `Successfully set up Go version ${ versionSpec } ` ) ;
2095
2095
}
2096
2096
// add problem matchers
2097
2097
const matchersPath = path_1 . default . join ( __dirname , '..' , 'matchers.json' ) ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export async function run() {
36
36
37
37
let added = await addBinToPath ( ) ;
38
38
core . debug ( `add bin ${ added } ` ) ;
39
- core . info ( `Successfully setup go version ${ versionSpec } ` ) ;
39
+ core . info ( `Successfully set up Go version ${ versionSpec } ` ) ;
40
40
}
41
41
42
42
// add problem matchers
You can’t perform that action at this time.
0 commit comments