Successfully set up

This commit is contained in:
Brian Cristante 2022-05-02 16:26:10 -04:00
parent 65771601ff
commit 04e0d05dbf
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View file

@ -2091,7 +2091,7 @@ function run() {
}
let added = yield addBinToPath();
core.debug(`add bin ${added}`);
core.info(`Successfully setup go version ${versionSpec}`);
core.info(`Successfully set up Go version ${versionSpec}`);
}
// add problem matchers
const matchersPath = path_1.default.join(__dirname, '..', 'matchers.json');