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

chore(deps): bump more deps #41

Merged
merged 2 commits into from
Jul 14, 2023

chore(alpine): pin with minor and sha

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

chore(deps): bump more deps #41

chore(alpine): pin with minor and sha
485545c
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Jul 14, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (8)

version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-github-release/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-github-release/config.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
cmd/vela-github-release/delete.go|5 col 1| directive // nolint: dupl // ignore code similarity to keep consistent structure should be written without leading space as //nolint: dupl // ignore code similarity to keep consistent structure (nolintlint)
cmd/vela-github-release/view.go|5 col 1| directive // nolint: dupl // ignore code similarity to keep consistent structure should be written without leading space as //nolint: dupl // ignore code similarity to keep consistent structure (nolintlint)
cmd/vela-github-release/config_test.go|26 col 2| directive // nolint:gosec // ignore for testing purposes should be written without leading space as //nolint:gosec // ignore for testing purposes (nolintlint)
cmd/vela-github-release/create_test.go|28 col 2| directive // nolint:gosec // ignore for testing purposes should be written without leading space as //nolint:gosec // ignore for testing purposes (nolintlint)
cmd/vela-github-release/delete_test.go|22 col 2| directive // nolint:gosec // ignore for testing purposes should be written without leading space as //nolint:gosec // ignore for testing purposes (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-github-release/command.go

See this annotation in the file changed.

@github-actions github-actions / golangci

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

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-github-release/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 1 in cmd/vela-github-release/config.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/config.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
cmd/vela-github-release/config.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 5 in cmd/vela-github-release/delete.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/delete.go#L5

directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
Raw output
cmd/vela-github-release/delete.go:5:1: directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
// nolint: dupl // ignore code similarity to keep consistent structure
^

Check failure on line 5 in cmd/vela-github-release/view.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/view.go#L5

directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
Raw output
cmd/vela-github-release/view.go:5:1: directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
// nolint: dupl // ignore code similarity to keep consistent structure
^

Check failure on line 26 in cmd/vela-github-release/config_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/config_test.go#L26

directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/config_test.go:26:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
	// nolint:gosec // ignore for testing purposes
	^

Check failure on line 28 in cmd/vela-github-release/create_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/create_test.go#L28

directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/create_test.go:28:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
	// nolint:gosec // ignore for testing purposes
	^

Check failure on line 22 in cmd/vela-github-release/delete_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/delete_test.go#L22

directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/delete_test.go:22:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
	// nolint:gosec // ignore for testing purposes
	^