From 576da4cf01f9a739804d38c9cdda0a063a674359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:10:30 +0000 Subject: [chore]: Bump golang.org/x/image from 0.23.0 to 0.24.0 (#3773) --- vendor/golang.org/x/sync/errgroup/errgroup.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/golang.org/x/sync/errgroup/errgroup.go') diff --git a/vendor/golang.org/x/sync/errgroup/errgroup.go b/vendor/golang.org/x/sync/errgroup/errgroup.go index 948a3ee63..b8322598a 100644 --- a/vendor/golang.org/x/sync/errgroup/errgroup.go +++ b/vendor/golang.org/x/sync/errgroup/errgroup.go @@ -118,6 +118,7 @@ func (g *Group) TryGo(f func() error) bool { // SetLimit limits the number of active goroutines in this group to at most n. // A negative value indicates no limit. +// A limit of zero will prevent any new goroutines from being added. // // Any subsequent call to the Go method will block until it can add an active // goroutine without exceeding the configured limit. -- cgit v1.2.3