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 #457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(deps): update all non-major dependencies

fae3d7f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

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

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

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

cmd/secret-vault/read.go|54 col 8| SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
cmd/secret-vault/read.go|13 col 2| SA1019: "github.com/go-vela/types/raw" is deprecated: all raw types for Vela have been moved to github.com/go-vela/server/compiler/types/raw . (staticcheck)

Filtered Findings (0)

Annotations

Check failure on line 54 in cmd/secret-vault/read.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/secret-vault/read.go#L54

SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
Raw output
cmd/secret-vault/read.go:54:8: SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
		Path raw.StringSlice
		     ^

Check failure on line 13 in cmd/secret-vault/read.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/secret-vault/read.go#L13

SA1019: "github.com/go-vela/types/raw" is deprecated: all raw types for Vela have been moved to github.com/go-vela/server/compiler/types/raw . (staticcheck)
Raw output
cmd/secret-vault/read.go:13:2: SA1019: "github.com/go-vela/types/raw" is deprecated: all raw types for Vela have been moved to github.com/go-vela/server/compiler/types/raw . (staticcheck)
	"github.com/go-vela/types/raw"
	^