Skip to content

added initial implementation for zip #1

added initial implementation for zip

added initial implementation for zip #1

Triggered via push September 20, 2024 07:46
Status Failure
Total duration 2m 47s
Billable time 3m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/runtime/time.go#L174
cannot range over 3 (untyped int constant) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/io/pipe.go#L22
a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/io/pipe.go#L23
a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/io/pipe.go#L30
a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/io/pipe.go#L31
a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/compress/flate/inflate.go#L697
f.r.ReadByte undefined (type Reader has no field or method ReadByte) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/compress/flate/inflate.go#L720
f.r.ReadByte undefined (type Reader has no field or method ReadByte) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/internal/fmtsort/sort.go#L79
cannot infer T (/home/runner/go/pkg/mod/golang.org/[email protected]/src/cmp/cmp.go:40:14) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/internal/fmtsort/sort.go#L81
cannot infer T (/home/runner/go/pkg/mod/golang.org/[email protected]/src/cmp/cmp.go:40:14) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/internal/fmtsort/sort.go#L83
cannot infer T (/home/runner/go/pkg/mod/golang.org/[email protected]/src/cmp/cmp.go:40:14) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/