)]}'
{
  "commit": "23a2db0dca292ef4e5fdf951d309722eb9529813",
  "tree": "3dc7c461bcde6024a78b113e93c477c4970edc15",
  "parents": [
    "97265e832c6abb39e9824b9ea137aedd792dec74"
  ],
  "author": {
    "name": "Hana",
    "email": "hyangah@gmail.com",
    "time": "Tue Sep 14 08:35:20 2021 -0400"
  },
  "committer": {
    "name": "Hyang-Ah Hana Kim",
    "email": "hyangah@gmail.com",
    "time": "Tue Sep 14 19:50:50 2021 +0000"
  },
  "message": "src/goMain: remove tools version check hack\n\nThe existing tool version checks in suggestUpdates simply compare\nthe go version \u0026 GOROOT/GOPATH used with the tool last time. That is\na hack added when there was no good way to check tool\u0027s exact versions\nand users organize compatible tools using GOPATH.\n\nNow many of recent tools (e.g. gopls) do not depend on hardcoded\nGOROOT or the go version used while compiling the tools. It\u0027s still\ndesirable to compile tools with the latest version of go but the\ngo version does not have to match exactly with the go version\nused to compile the tools. For example, tools compiled with go1.16\ncan be used to work with go1.16.1 or go1.15.\n\nNow Go is released frequently, and the extension allows users to\nswitch between different go versions more easily, this incorrect\npopup is often annoying and confuses users, than helping users\nstay up-to-date with latest tools. Remove this incorrect heuristic\nfor now.\n\nUpdates golang/vscode-go#487\nFixes golang/vscode-go#1698\n\nChange-Id: I7a7c6a0d654ae080ea2bd221a366230ebb98bb7e\nReviewed-on: https://go-review.googlesource.com/c/vscode-go/+/349752\nTrust: Hyang-Ah Hana Kim \u003chyangah@gmail.com\u003e\nRun-TryBot: Hyang-Ah Hana Kim \u003chyangah@gmail.com\u003e\nTryBot-Result: kokoro \u003cnoreply+kokoro@google.com\u003e\nReviewed-by: Rebecca Stambler \u003crstambler@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d3b83a0f8c0fb90d5b1966124e7332f6039aa0d2",
      "old_mode": 33188,
      "old_path": "src/goMain.ts",
      "new_id": "e465a9af59342df3aee19ab25975ad1e8dac2b07",
      "new_mode": 33188,
      "new_path": "src/goMain.ts"
    }
  ]
}
