Skip to content

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

fix(deps): update all non-major dependencies

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

GitHub Actions / golangci failed Feb 14, 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"
	^