chore(deps): update dependency golang/go to v1.21.5 - abandoned #1311
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yaml
on: pull_request
ghalint
10s
update-aqua-checksums
6s
renovate-config-validator
/
renovate-config-validator
enable-automerge
0s
Annotations
12 errors
ghalint
Process completed with exit code 1.
|
test / test
error: undefined: max (typecheck)
|
test / test
error: response.Header undefined (type *Response has no field or method Header) (typecheck)
|
test / test
error: resp.Body undefined (type *Response has no field or method Body) (typecheck)
|
test / test
error: resp.Body undefined (type *Response has no field or method Body) (typecheck)
|
test / test
error: resp.Body undefined (type *Response has no field or method Body) (typecheck)
|
test / test
error: resp.Header undefined (type *Response has no field or method Header) (typecheck)
|
test / test
error: resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
|
test / test:
../../../../../opt/hostedtoolcache/go/1.21.5/x64/src/net/http/internal/chunked.go#L79
[golangci-lint] reported by reviewdog 🐶
undefined: max
Raw Output:
../../../../../opt/hostedtoolcache/go/1.21.5/x64/src/net/http/internal/chunked.go:79:14: error: undefined: max (typecheck)
|
test / test:
../../../go/pkg/mod/github.com/google/go-github/[email protected]/github/github.go#L853
[golangci-lint] reported by reviewdog 🐶
response.Header undefined (type *Response has no field or method Header)
Raw Output:
../../../go/pkg/mod/github.com/google/go-github/[email protected]/github/github.go:853:14: error: response.Header undefined (type *Response has no field or method Header) (typecheck)
|
test / test:
../../../go/pkg/mod/github.com/google/go-github/[email protected]/github/github.go#L904
[golangci-lint] reported by reviewdog 🐶
resp.Body undefined (type *Response has no field or method Body)
Raw Output:
../../../go/pkg/mod/github.com/google/go-github/[email protected]/github/github.go:904:13: error: resp.Body undefined (type *Response has no field or method Body) (typecheck)
|
status-check
Process completed with exit code 1.
|