mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 04:03:37 +00:00
Fixes #2272 `gofumpt` is now included into `golangci-lint`, but not the `gofumports`, so we keep it using it as separate binary, but we keep versions in sync with `golangci-lint`. This contains fixes from: * `gofumpt` (automated, mostly around octal constants) * `exhaustive` in `switch` statements * `noctx` (adding context with default timeout to http requests) Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>