MM-40852: Fix make gen-serialized breakage (#19291)

- Fixed the Makefile command so that it can be run in CI
- Changed to go install to make it compatible with >1.16 versions.
- Removed unnecessary lines in go.tools.mod now that we aren't using that.

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-01-07 20:02:54 +05:30
коммит произвёл GitHub
родитель 2f58c88f1b
Коммит 93a9c6c293
5 изменённых файлов: 43 добавлений и 20 удалений

Просмотреть файл

@@ -69,6 +69,7 @@ type TeamMembersGetOptions struct {
ViewRestrictions *ViewUsersRestrictions
}
//msgp:ignore TeamInviteReminderData
type TeamInviteReminderData struct {
Interval string
}