Skip to content

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

fix(deps): update all non-major dependencies

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

GitHub Actions / golangci failed Jan 30, 2025 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

version/version.go|34 col 13| SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
version/version.go|48 col 10| SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
version/version.go|54 col 13| SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
version/version.go|9 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 34 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L34

SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
Raw output
version/version.go:34: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 48 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L48

SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
Raw output
version/version.go:48: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 54 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L54

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

Check failure on line 9 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L9

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:9: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"
	^