-
Notifications
You must be signed in to change notification settings - Fork 157
Description
Using golang 1.22.2
When trying to build I getting the next errors:
\pkg\mod\github.com\influxdata\[email protected]\values\dict.go:134:8: cannot use generic type immutable.SortedMap[K, V any] without instantiation
\pkg\mod\github.com\influxdata\[email protected]\values\dict.go:314:47: cannot use generic type immutable.Comparer[K any] without instantiation
\pkg\mod\github.com\influxdata\[email protected]\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.