Skip to content

fix(deps): update all non-major dependencies #891

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #891

GitHub Actions / golangci failed Feb 21, 2025 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

version/version.go|33 col 13| SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
version/version.go|47 col 10| SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
version/version.go|53 col 13| SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
version/version.go|12 col 2| SA1019: "github.com/go-vela/types/version" is deprecated: all version types for Vela have been moved to github.com/go-vela/server/version . (staticcheck)

Filtered Findings (0)

Annotations

Check failure on line 33 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L33

SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
Raw output
version/version.go:33:13: SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
func New() *version.Version {
            ^

Check failure on line 47 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L47

SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
Raw output
version/version.go:47:10: SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
	return &version.Version{
	        ^

Check failure on line 53 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L53

SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
Raw output
version/version.go:53:13: SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
		Metadata: version.Metadata{
		          ^

Check failure on line 12 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L12

SA1019: "github.com/go-vela/types/version" is deprecated: all version types for Vela have been moved to github.com/go-vela/server/version . (staticcheck)
Raw output
version/version.go:12:2: SA1019: "github.com/go-vela/types/version" is deprecated: all version types for Vela have been moved to github.com/go-vela/server/version . (staticcheck)
	"github.com/go-vela/types/version"
	^