Skip to content

Commit 9d96aee

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 82203ce commit 9d96aee

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ linters-settings:
6666
- prefix(github.com/cert-manager/csi-driver) # Custom section: groups all imports with the specified Prefix.
6767
- blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
6868
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
69+
govet:
70+
enable: ["shadow"]
71+
settings:
72+
shadow:
73+
strict: true

klone.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,65 +10,65 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
13+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
18+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
23+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
28+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
33+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
38+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
43+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
48+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
53+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
5454
repo_path: modules/klone
5555
- folder_name: oci-build
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
58+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
5959
repo_path: modules/oci-build
6060
- folder_name: oci-publish
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
63+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
6464
repo_path: modules/oci-publish
6565
- folder_name: repository-base
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
68+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
6969
repo_path: modules/repository-base
7070
- folder_name: tools
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: c775b91913708e2ea4816373d0b0b4b632b3b524
73+
repo_hash: 5c345de2acb704c18219833ea23e3aba50ab6887
7474
repo_path: modules/tools

make/_shared/go/.golangci.override.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ linters:
5959
- usestdlibvars
6060
- wastedassign
6161
linters-settings:
62+
govet:
63+
enable: ["shadow"]
64+
settings:
65+
shadow:
66+
strict: true
6267
gci:
6368
sections:
6469
- standard # Standard section: captures all standard packages.

0 commit comments

Comments
 (0)