Skip to content

ci(governance): wire governance.yml + bump CONSTRAINTS to v0.3.0 #50

ci(governance): wire governance.yml + bump CONSTRAINTS to v0.3.0

ci(governance): wire governance.yml + bump CONSTRAINTS to v0.3.0 #50

Triggered via push September 5, 2026 13:03
Status Failure
Total duration 56s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
go
issues found
go: internal/godocgen/main_test.go#L146
SA1019: go/ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
go: internal/godocgen/main_test.go#L135
SA1019: go/parser.ParseDir has been deprecated since Go 1.25 and an alternative has been available since Go 1.11: ParseDir does not consider build tags when associating files with packages. For precise information about the relationship between packages and files, use golang.org/x/tools/go/packages, which can also optionally parse and type-check the files too. (staticcheck)
go: internal/godocgen/main_test.go#L132
SA1019: go/ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
go: internal/godocgen/main.go#L84
SA1019: go/parser.ParseDir has been deprecated since Go 1.25 and an alternative has been available since Go 1.11: ParseDir does not consider build tags when associating files with packages. For precise information about the relationship between packages and files, use golang.org/x/tools/go/packages, which can also optionally parse and type-check the files too. (staticcheck)
go: internal/godocgen/main_test.go#L154
File is not properly formatted (gofmt)
go: cmd/godocgen/main.go#L4
File is not properly formatted (gofmt)
go
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/