After running go get -u today, I'm now getting the followin error when trying to build:
github.com/grafana/loki-client-go/loki
../../go/pkg/mod/github.com/grafana/loki-client-go@v0.0.0-20251015150631-c42bbddc310a/loki/client.go:288:20: cannot range over lbls (variable of struct type labels.Labels)
../../go/pkg/mod/github.com/grafana/loki-client-go@v0.0.0-20251015150631-c42bbddc310a/loki/client.go:289:13: cannot index lbls (variable of struct type labels.Labels)
../../go/pkg/mod/github.com/grafana/loki-client-go@v0.0.0-20251015150631-c42bbddc310a/loki/client.go:292:60: cannot index lbls (variable of struct type labels.Labels)
This dependancy was upgraded:
go: upgraded github.com/grafana/loki-client-go v0.0.0-20240913122146-e119d400c3a5 => v0.0.0-20251015150631-c42bbddc310a
This package seems both experimental and I'm not sure what happened there... Any tips?
After running go get -u today, I'm now getting the followin error when trying to build:
github.com/grafana/loki-client-go/loki
../../go/pkg/mod/github.com/grafana/loki-client-go@v0.0.0-20251015150631-c42bbddc310a/loki/client.go:288:20: cannot range over lbls (variable of struct type labels.Labels)
../../go/pkg/mod/github.com/grafana/loki-client-go@v0.0.0-20251015150631-c42bbddc310a/loki/client.go:289:13: cannot index lbls (variable of struct type labels.Labels)
../../go/pkg/mod/github.com/grafana/loki-client-go@v0.0.0-20251015150631-c42bbddc310a/loki/client.go:292:60: cannot index lbls (variable of struct type labels.Labels)
This dependancy was upgraded:
go: upgraded github.com/grafana/loki-client-go v0.0.0-20240913122146-e119d400c3a5 => v0.0.0-20251015150631-c42bbddc310a
This package seems both experimental and I'm not sure what happened there... Any tips?