Skip to content

Bump golang to 1.19 (#34) #103

Bump golang to 1.19 (#34)

Bump golang to 1.19 (#34) #103

Triggered via push May 19, 2023 07:47
Status Failure
Total duration 3m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/httpapi/api.go#L270
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
lint: pkg/httpapi/api.go#L361
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
lint: pkg/httpapi/api.go#L286
SA4031: this nil check is never true (staticcheck)
lint: pkg/httpapi/api.go#L233
SA4031(related information): this is one of the value of app (staticcheck)
lint: pkg/httpapi/api.go#L280
SA4031(related information): this is one of the value of app (staticcheck)
lint: pkg/httpapi/api.go#L377
SA4031: this nil check is never true (staticcheck)
lint: pkg/httpapi/api.go#L321
SA4031(related information): this is one of the value of app (staticcheck)
lint: pkg/git/client_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: pkg/gitfs/gitfs_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: pkg/health/health_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.