[chore]: Bump golang.org/x/image from 0.23.0 to 0.24.0 (#3773)

This commit is contained in:
dependabot[bot] 2025-02-10 15:10:30 +00:00 committed by GitHub
commit 576da4cf01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 10 deletions

View file

@ -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.