Skip to content

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

fix(deps): update all non-major dependencies

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

Triggered via push January 27, 2025 21:34
Status Success
Total duration 58s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
[golangci] version/version.go#L33: version/version.go#L33
SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
[golangci] version/version.go#L47: version/version.go#L47
SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
[golangci] version/version.go#L53: version/version.go#L53
SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
[golangci] version/version.go#L12: 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)
[golangci] cmd/vela-s3-cache/flush.go#L61: cmd/vela-s3-cache/flush.go#L61
G115: integer overflow conversion int64 -> uint64 (gosec)
[golangci] cmd/vela-s3-cache/rebuild.go#L65: cmd/vela-s3-cache/rebuild.go#L65
G115: integer overflow conversion int64 -> uint64 (gosec)
[golangci] cmd/vela-s3-cache/rebuild.go#L93: cmd/vela-s3-cache/rebuild.go#L93
G115: integer overflow conversion int64 -> uint64 (gosec)
[golangci] cmd/vela-s3-cache/config.go#L55: cmd/vela-s3-cache/config.go#L55
SA1019: creds.Get is deprecated: Get() exists for historical compatibility and should not be used. To get new credentials use the Credentials.GetWithContext function to ensure the proper context (i.e. HTTP client) will be used. (staticcheck)
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636