Update linux-x86 Go 1.17 prebuilts from ab/7691198

https://ci.android.com/builds/branches/aosp-build-tools-release/grid?head=7691198&tail=7691198

Update script: toolchain/go/update-prebuilts.sh

Test: Treehugger presubmit
Change-Id: Ieec20a4cc4abea67c51066c8d49d26647b6e5583
diff --git a/src/os/rawconn_test.go b/src/os/rawconn_test.go
index 2554f5b..8aebaf8 100644
--- a/src/os/rawconn_test.go
+++ b/src/os/rawconn_test.go
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // Test use of raw connections.
+//go:build !plan9 && !js
 // +build !plan9,!js
 
 package os_test