update Go version #14
Annotations
10 errors and 2 warnings
Run golangci-lint:
internal/context/context.go#L21
c.ResponseWriter undefined (type *Context has no field or method ResponseWriter) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L22
c.ResponseWriter undefined (type *Context has no field or method ResponseWriter) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L29
c.ResponseWriter undefined (type *Context has no field or method ResponseWriter) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L71
c.ResponseWriter undefined (type Context has no field or method ResponseWriter) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L72
c.ResponseWriter undefined (type Context has no field or method ResponseWriter) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L73
c.ResponseWriter undefined (type Context has no field or method ResponseWriter) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L80
c.MapTo undefined (type Context has no field or method MapTo) (typecheck)
|
Run golangci-lint:
internal/context/context.go#L81
c.Map undefined (type Context has no field or method Map) (typecheck)
|
Run golangci-lint:
../../../../../opt/hostedtoolcache/go/1.21.7/x64/src/internal/abi/unsafestring_go120.go#L13
String not declared by package unsafe (typecheck)
|
Run golangci-lint:
../../../../../opt/hostedtoolcache/go/1.21.7/x64/src/database/sql/convert.go#L50
invalid operation: cannot compare c.cci == nil (operator == not defined on untyped nil) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading