chore(internal/kokoro): add Go info to build logs (#595)

These are nice to have in general. Trying to debug why this script
is updating the go.mod. See #594 as an example PR that is not
right.

Updates: #590
diff --git a/internal/kokoro/synth/synth.sh b/internal/kokoro/synth/synth.sh
index dda6d99..c40e117 100755
--- a/internal/kokoro/synth/synth.sh
+++ b/internal/kokoro/synth/synth.sh
@@ -7,6 +7,8 @@
 set -e -x
 
 cd $(dirname $0)/../../..
+go version
+go env
 
 pushd google-api-go-generator
 make all