Skip to content

Commit eb8d2b6

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.8.0 (#1823)
* chore(deps): update dependency golangci/golangci-lint to v2.8.0 * chore(deps): update dependency golangci/golangci-lint to v2.8.0 Signed-off-by: Hristo Hristov <[email protected]> * chore(deps): update dependency golangci/golangci-lint to v2.8.0 Signed-off-by: Hristo Hristov <[email protected]> * chore(deps): update dependency golangci/golangci-lint to v2.8.0 Signed-off-by: Hristo Hristov <[email protected]> --------- Signed-off-by: Hristo Hristov <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hristo Hristov <[email protected]>
1 parent 6516195 commit eb8d2b6

File tree

243 files changed

+249
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+249
-247
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ linters:
3939
min-occurrences: 2
4040
goheader:
4141
template: |-
42-
Copyright 2020-2025 Project Capsule Authors
42+
Copyright 2020-2026 Project Capsule Authors
4343
SPDX-License-Identifier: Apache-2.0
4444
inamedparam:
4545
skip-single-param: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ nwa:
453453
$(call go-install-tool,$(NWA),github.com/$(NWA_LOOKUP)@$(NWA_VERSION))
454454

455455
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
456-
GOLANGCI_LINT_VERSION := v2.7.2
456+
GOLANGCI_LINT_VERSION := v2.8.0
457457
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
458458
golangci-lint: ## Download golangci-lint locally if necessary.
459459
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \

api/v1beta1/custom_resource_quota.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

api/v1beta1/deny_wildcard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

api/v1beta1/groupversion_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Package v1beta1 contains API Schema definitions for the capsule v1beta1 API group

api/v1beta1/ingress_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

api/v1beta1/namespace_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

api/v1beta1/owner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

api/v1beta1/owner_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

api/v1beta1/owner_role.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2025 Project Capsule Authors
1+
// Copyright 2020-2026 Project Capsule Authors
22
// SPDX-License-Identifier: Apache-2.0
33

44
package v1beta1

0 commit comments

Comments
 (0)