Skip to content

update go

update go #68

Triggered via pull request February 23, 2026 10:09
@hirosassahirosassa
synchronize #25
update-go
Status Failure
Total duration 41s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint
issues found
lint: pkg/terraform/template.go#L283
QF1008: could remove embedded field "CommonTemplate" from selector (staticcheck)
lint: pkg/notifier/gitlab/gitlab.go#L44
QF1008: could remove embedded field "Client" from selector (staticcheck)
lint: pkg/notifier/gitlab/gitlab.go#L39
QF1008: could remove embedded field "Client" from selector (staticcheck)
lint: pkg/notifier/gitlab/gitlab.go#L34
QF1008: could remove embedded field "Client" from selector (staticcheck)
lint: pkg/config/config.go#L6
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/config/config_test.go#L159
Error return value of `os.Remove` is not checked (errcheck)
lint: pkg/config/config_test.go#L155
Error return value of `f.Close` is not checked (errcheck)