Skip to content

Commit

Permalink
Rebuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed May 4, 2022
1 parent 2490b9d commit 79faedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3828,7 +3828,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}`);
}
if (cache && cache_utils_1.isCacheFeatureAvailable()) {
const packageManager = 'default';
Expand Down

0 comments on commit 79faedd

Please sign in to comment.