Skip to content

CI: add workflows

CI: add workflows #3

Triggered via pull request December 8, 2025 09:32
@c9sc9s
synchronize #32
c9s/add-workflows
Status Success
Total duration 37s
Artifacts

golang-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: cmd/requestgen/main.go#L24
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: cmd/requestgen/field.go#L113
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
lint: client.go#L128
QF1008: could remove embedded field "Response" from selector (staticcheck)
lint: cmd/requestgen/typeutils.go#L166
unreachable: unreachable code (govet)
lint: cmd/requestgen/main.go#L1534
G306: Expect WriteFile permissions to be 0600 or less (gosec)
lint: example/api/v1/client.go#L3
File is not properly formatted (gofmt)
lint: example/api/client.go#L3
File is not properly formatted (gofmt)
lint: cmd/requestgen/cmd.go#L33
File is not properly formatted (gofmt)
lint: cmd/requestgen/tmplfuncs.go#L17
string `interface{}` has 3 occurrences, make it a constant (goconst)
lint: cmd/requestgen/main.go#L111
Duplicate words (fields) found (dupword)