Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 24, 2025

fix(deps): update all non-major dependencies

bfd7509
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

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

fix(deps): update all non-major dependencies
bfd7509
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Feb 21, 2025 in 0s

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