Skip to content

fix(deps): update module github.com/go-vela/types to v0.20.1 #879

fix(deps): update module github.com/go-vela/types to v0.20.1

fix(deps): update module github.com/go-vela/types to v0.20.1 #879

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Aug 1, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (5)

version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-kaniko/build.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-kaniko/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-kaniko/main.go|21 col 1| directive // nolint: funlen // ignore function length due to comments and flags should be written without leading space as //nolint: funlen // ignore function length due to comments and flags (nolintlint)
cmd/vela-kaniko/registry.go|81 col 2| directive // nolint: gomnd // ignore magic number should be written without leading space as //nolint: gomnd // ignore magic number (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 1 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
version/version.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
                 ^

Check failure on line 1 in cmd/vela-kaniko/build.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/build.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-kaniko/build.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
                 ^

Check failure on line 1 in cmd/vela-kaniko/command.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/command.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-kaniko/command.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
                 ^

Check failure on line 21 in cmd/vela-kaniko/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/main.go#L21

directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
Raw output
cmd/vela-kaniko/main.go:21:1: directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
// nolint: funlen // ignore function length due to comments and flags
^

Check failure on line 81 in cmd/vela-kaniko/registry.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/registry.go#L81

directive `// nolint: gomnd // ignore magic number` should be written without leading space as `//nolint: gomnd // ignore magic number` (nolintlint)
Raw output
cmd/vela-kaniko/registry.go:81:2: directive `// nolint: gomnd // ignore magic number` should be written without leading space as `//nolint: gomnd // ignore magic number` (nolintlint)
	// nolint: gomnd // ignore magic number
	^