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 github.com/go-vela/server digest to 7e3fda6 - autoclosed #237

Closed
wants to merge 1 commit into from

fix(deps): update github.com/go-vela/server digest to 7e3fda6

de5a4fb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

fix(deps): update github.com/go-vela/server digest to 7e3fda6 - autoclosed #237

fix(deps): update github.com/go-vela/server digest to 7e3fda6
de5a4fb
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Jun 21, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

vela/context.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
vela/deployment.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
vela/doc.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
vela/client.go|61 col 3| client is unused (structcheck)

Filtered Findings (0)

Annotations

Check failure on line 1 in vela/context.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/context.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
vela/context.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 vela/deployment.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/deployment.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
vela/deployment.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 vela/doc.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/doc.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
vela/doc.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 61 in vela/client.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/client.go#L61

`client` is unused (structcheck)
Raw output
vela/client.go:61:3: `client` is unused (structcheck)
		client *Client
		^