`go.mod` contains and explicit `toolchain`. This is not needed and probably added by accident when `go.mod` requirements for newer Go were updated. This slows down builds and in some cases will result in build failures (because the exact version might not be available).