Update module github.com/unmango/go to v0.2.2 #968
Annotations
10 errors and 1 warning
Run golangci/golangci-lint-action@v6:
pkg/progress/fs.go#L26
f.r.Subscribe undefined (type Reader has no field or method Subscribe) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/observable.go#L44
obs.Subscribe undefined (type Observable has no field or method Subscribe) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/observable.go#L61
obs.Subscribe undefined (type Observable has no field or method Subscribe) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/observable.go#L78
obs.Subscribe undefined (type Observable has no field or method Subscribe) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/reader.go#L24
r.Subject.OnError undefined (type Subject has no field or method OnError) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/reader.go#L28
r.OnComplete undefined (type *reader has no field or method OnComplete) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/reader.go#L36
r.Subject.OnComplete undefined (type Subject has no field or method OnComplete) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/reader.go#L38
r.Subject.OnError undefined (type Subject has no field or method OnError) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/reader.go#L41
r.OnNext undefined (type *reader has no field or method OnNext) (typecheck)
|
Run golangci/golangci-lint-action@v6:
pkg/progress/writer.go#L24
w.OnError undefined (type *writer has no field or method OnError) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading