Skip to content

Commit bec33f9

Browse files
Update to go 1.25.1, update copyright
1 parent dad00a7 commit bec33f9

Some content is hidden

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

54 files changed

+81
-55
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ lint: ## Run lint.
6565
.PHONY: lint-fix
6666
lint-fix: ## Fix linter problems.
6767
# gci collides with gofumpt. But if we run gci before gofumpt, this will solve the issue.
68-
$(GOLANGCI) run --timeout 5m -c .golangci.yml --enable-only gci --fix
68+
$(GOLANGCI) fmt -c .golangci.yml --enable gci
69+
$(GOLANGCI) fmt -c .golangci.yml --enable gofumpt
6970
$(GOLANGCI) run --timeout 5m -c .golangci.yml --fix
7071

7172
.PHONY: vet

api/v1alpha1/groupversion_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/ionoscloudcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/ionoscloudcluster_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/ionoscloudclustertemplate_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/ionoscloudmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/ionoscloudmachine_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/ionoscloudmachinetemplate_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 IONOS Cloud.
2+
Copyright 2025 IONOS Cloud.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)