Skip to content

Commit

Permalink
Updated Go to '1.21.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Jan 23, 2024
1 parent b113093 commit 33ec9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .emanate
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ E.aux_dmg_files = async (root) => {
// E.copy(process.argv[0], root);
}

const go = await E.modules.go('go1.16.0');
const go = await E.modules.go('go1.21.6');
const cargo = await E.modules.cargo('1.59.0');
const git = await E.modules.git();
const gcc = await E.modules.gcc();
Expand Down

0 comments on commit 33ec9e0

Please sign in to comment.