Skip to content

Commit

Permalink
go.mod: update x/tools to HEAD
Browse files Browse the repository at this point in the history
go get -u golang.org/x/tools
go mod tidy

x/tools/go/ssa is used by message/pipeline. Generics instantiation in
x/tools@0.1.11 could be confused with container index. However,
x/tools/go/ssa does have it fixed in x/tools@0.1.12 (see golang/go#52834).
This change upgrades the required version to ensure that fewer users of
message/pipelines have issues.

Updates golang/go#54086
  • Loading branch information
yarcat committed Aug 12, 2022
1 parent 0f46ec0 commit 351404b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 351404b

Please sign in to comment.