We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21620ff commit bc6edb5Copy full SHA for bc6edb5
__tests__/installer.test.ts
@@ -80,7 +80,7 @@ describe('installer tests', () => {
80
81
it('Acquires latest release version of go if using 1.x and no matching version is installed', async () => {
82
await installer.getGo('1.x');
83
- const goDir = path.join(toolDir, 'go', '1.13.0-beta1', os.arch());
+ const goDir = path.join(toolDir, 'go', '1.13.0', os.arch());
84
85
expect(fs.existsSync(`${goDir}.complete`)).toBe(true);
86
if (IS_WINDOWS) {
0 commit comments