mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
Successfully set up (#231)
This commit is contained in:
@ -36,7 +36,7 @@ export async function run() {
|
||||
|
||||
let added = await addBinToPath();
|
||||
core.debug(`add bin ${added}`);
|
||||
core.info(`Successfully setup go version ${versionSpec}`);
|
||||
core.info(`Successfully set up Go version ${versionSpec}`);
|
||||
}
|
||||
|
||||
// add problem matchers
|
||||
|
Reference in New Issue
Block a user