Skip to content

Commit

Permalink
gopls: upgrade staticcheck to v0.3.2
Browse files Browse the repository at this point in the history
Selectively upgrade only staticcheck, to pick up fixes for support to
generic code.

Change-Id: Ia625c4d46780139aa6e70447eebe1b6d476d4722
Reviewed-on: https://go-review.googlesource.com/c/tools/+/415495
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
  • Loading branch information
findleyr committed Jun 30, 2022
1 parent e8e5b37 commit c77473f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gopls/go.mod
Expand Up @@ -11,7 +11,7 @@ require (
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
golang.org/x/tools v0.1.11-0.20220523181440-ccb10502d1a5
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c
honnef.co/go/tools v0.3.0
honnef.co/go/tools v0.3.2
mvdan.cc/gofumpt v0.3.0
mvdan.cc/xurls/v2 v2.4.0
)
Expand Down
2 changes: 2 additions & 0 deletions gopls/go.sum
Expand Up @@ -89,6 +89,8 @@ gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
honnef.co/go/tools v0.2.2/go.mod h1:lPVVZ2BS5TfnjLyizF7o7hv7j9/L+8cZY2hLyjP9cGY=
honnef.co/go/tools v0.3.0 h1:2LdYUZ7CIxnYgskbUZfY7FPggmqnh6shBqfWa8Tn3XU=
honnef.co/go/tools v0.3.0/go.mod h1:vlRD9XErLMGT+mDuofSr0mMMquscM/1nQqtRSsh6m70=
honnef.co/go/tools v0.3.2 h1:ytYb4rOqyp1TSa2EPvNVwtPQJctSELKaMyLfqNP4+34=
honnef.co/go/tools v0.3.2/go.mod h1:jzwdWgg7Jdq75wlfblQxO4neNaFFSvgc1tD5Wv8U0Yw=
mvdan.cc/gofumpt v0.3.0 h1:kTojdZo9AcEYbQYhGuLf/zszYthRdhDNDUi2JKTxas4=
mvdan.cc/gofumpt v0.3.0/go.mod h1:0+VyGZWleeIj5oostkOex+nDBA0eyavuDnDusAJ8ylo=
mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 h1:Jh3LAeMt1eGpxomyu3jVkmVZWW2MxZ1qIIV2TZ/nRio=
Expand Down

0 comments on commit c77473f

Please sign in to comment.