Update go version #82
Annotations
9 errors and 2 warnings
Lint:
pkg/conf/config.go#L1
: cannot compile Go 1.22 code (typecheck)
|
Lint:
pkg/types/types.go#L1
: cannot compile Go 1.22 code (typecheck)
|
Lint:
pkg/repo/api.go#L8
could not import github.com/georgemblack/web/pkg/conf (-: cannot compile Go 1.22 code) (typecheck)
|
Lint:
pkg/repo/api.go#L9
could not import github.com/georgemblack/web/pkg/types (-: cannot compile Go 1.22 code) (typecheck)
|
Lint:
pkg/util/util.go#L10
could not import github.com/georgemblack/web/pkg/types (-: cannot compile Go 1.22 code) (typecheck)
|
Lint:
pkg/static/static.go#L10
could not import github.com/georgemblack/web/pkg/types (-: cannot compile Go 1.22 code) (typecheck)
|
Lint:
pkg/build/build.go#L13
could not import github.com/georgemblack/web/pkg/conf (-: cannot compile Go 1.22 code) (typecheck)
|
Lint:
pkg/web/main.go#L12
could not import github.com/georgemblack/web/pkg/conf (-: cannot compile Go 1.22 code) (typecheck)
|
Lint
issues found
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|