[release] prepare v0.42.0 release (2)

2b8494a8 extension/test/integration: skip broken install test for go1.19/1.20

Change-Id: I514d96a4710d108f2670d77174f5e52220317a06
diff --git a/extension/test/integration/install.test.ts b/extension/test/integration/install.test.ts
index 9749371..9e64854 100644
--- a/extension/test/integration/install.test.ts
+++ b/extension/test/integration/install.test.ts
@@ -176,7 +176,12 @@
 		}
 	}
 
-	test('Install one tool with a local proxy', async () => {
+	test('Install one tool with a local proxy', async function () {
+		// TODO(golang/vscode-go#3454): reenable the test for old go.
+		const systemGoVersion = await getGoVersion();
+		if (systemGoVersion.lt('1.21')) {
+			this.skip();
+		}
 		await runTest(
 			[
 				{