Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 1 | -0/+1 |
| | | | | | We can't depend on `latest` version of gofumpt because the output will not be stable across versions. Lock it down to the latest version released yesterday and run it again. | ||||
* | Attempt to fix the webauthn migration again - part 3 (#18770) | zeripath | 2022-02-16 | 1 | -0/+74 |
v208.go is seriously broken as it misses an ID() check. We need to no-op and remigrate all of the u2f keys. See #18756 Signed-off-by: Andrew Thornton <art27@cantab.net> |