1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

chore: remove comment about WSL failure (#4201)

This commit is contained in:
Steven Hartland
2023-07-20 21:01:59 +01:00
committed by GitHub
parent 4901108870
commit 9c4d626e4e

View File

@@ -30,7 +30,6 @@ func init() {
// automatically set GOMAXPROCS to match available CPUs.
// GOMAXPROCS will be used as the default value for the --parallelism flag.
if _, err := maxprocs.Set(); err != nil {
// might fail on WSL...
log.WithError(err).Warn("failed to set GOMAXPROCS")
}
}