Skip to content

chore(release): bump server to v0.20.0-rc3 #1285

chore(release): bump server to v0.20.0-rc3

chore(release): bump server to v0.20.0-rc3 #1285

GitHub Actions / golangci failed Jul 10, 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
		^