Skip to content

Commit 54c1493

Browse files
committed
tools/installtools: remove temporary version pinning for staticcheck
Updates #2589 Change-Id: I28f94550488cd7715bcb803cbd9dfd004b6fe7da Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/470196 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 98ffe1c commit 54c1493

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/installtools/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ var tools = []struct {
4747
{"github.com/sqs/goreturns", "", false, nil},
4848
{"github.com/uudashr/gopkgs/v2/cmd/gopkgs", "", false, nil},
4949
{"github.com/zmb3/gogetdoc", "", false, nil},
50-
// TODO(hakim): After staticcheck for go1.20 is released, change back to []finalVersion{{16, "v0.2.2"}, {17, "v0.3.3"}}.
51-
// https://github.com/golang/vscode-go/issues/2589
52-
{"honnef.co/go/tools/cmd/staticcheck", "", false, []finalVersion{{16, "v0.2.2"}, {17, "v0.3.3"}, {1000, "v0.4.0-0.dev.0.20221209223220-58c4d7e4b720"}}},
50+
{"honnef.co/go/tools/cmd/staticcheck", "", false, []finalVersion{{16, "v0.2.2"}, {17, "v0.3.3"}}},
5351
{"golang.org/x/tools/cmd/gorename", "", false, nil},
5452
{"github.com/go-delve/delve/cmd/dlv", "", false, []finalVersion{{16, "v1.8.3"}, {17, "v1.9.1"}}},
5553
}

0 commit comments

Comments
 (0)