-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
Using golang 1.22.2
When trying to build I getting the next errors:
\pkg\mod\github.com\influxdata\flux@v0.194.5\values\dict.go:134:8: cannot use generic type immutable.SortedMap[K, V any] without instantiation
\pkg\mod\github.com\influxdata\flux@v0.194.5\values\dict.go:314:47: cannot use generic type immutable.Comparer[K any] without instantiation
\pkg\mod\github.com\influxdata\flux@v0.194.5\values\dict.go:353:5: cannot use generic type immutable.SortedMapBuilder[K, V any] without instantiation
Please advice
Update:
The problem caused from new 3rd party github.com/benbjohnson/immutable that was upgraded to use generics strating from version 0.4.0.
Please consider to upgrade this 3rd party.
Metadata
Metadata
Assignees
Labels
No labels